Skip to content

Instantly share code, notes, and snippets.

@ktakashi
Created February 7, 2014 08:12
Show Gist options
  • Save ktakashi/8858897 to your computer and use it in GitHub Desktop.
Save ktakashi/8858897 to your computer and use it in GitHub Desktop.
Ypsilon 0.9.6-update3 のバグ?
(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