Add identifier-binding-symbol to TR base-env

This commit is contained in:
Asumu Takikawa 2015-08-12 19:21:21 -04:00
parent 2e97280335
commit dfdf86e527

View File

@ -1592,6 +1592,8 @@
-Nat
(-opt -Integer)
(-opt -Integer))))]
[identifier-binding-symbol
(Ident . ->opt . [(Un -Int (-val #f))] -Symbol)]
;; Section 12.4
[set!-transformer? (-> Univ B)]