Add base-env type for symbol<?

original commit: 16678aef6a00aceafce699afc2010a7b93bbcd2a
This commit is contained in:
Asumu Takikawa 2014-11-12 01:01:06 -05:00
parent 33978615f1
commit 24d43bffc5

View File

@ -394,6 +394,7 @@
[string->uninterned-symbol (-String . -> . Sym)]
[string->unreadable-symbol (-String . -> . Sym)]
[gensym (->opt [(Un Sym -String)] Sym)]
[symbol<? (->* (list -Symbol -Symbol) -Symbol -Boolean)]
;; Section 4.7 (Regular Expressions)
[regexp? (make-pred-ty -Regexp)]