Created
February 7, 2014 08:12
-
-
Save ktakashi/8858897 to your computer and use it in GitHub Desktop.
Ypsilon 0.9.6-update3 のバグ?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(import (rnrs)) | |
(define sx1 #'x) | |
(define sx2 #f) | |
(let () | |
(set! sx2 #'x)) | |
(display (bound-identifier=? sx1 sx2)) (newline) | |
;; should print #t |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment