Skip to content

Instantly share code, notes, and snippets.

@SaitoAtsushi
Created August 6, 2013 09:12
Show Gist options
  • Save SaitoAtsushi/6162989 to your computer and use it in GitHub Desktop.
Save SaitoAtsushi/6162989 to your computer and use it in GitHub Desktop.
;; gauche bug case
(import (scheme base))
(cond-expand
((library (srfi 1))
(import (prefix (srfi 1) srfi-1:))
))
(cond-expand
((library (srfi 1))
srfi-1:filter))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment