Add base-env type for symbol<?
This commit is contained in:
parent
4c77742a14
commit
16678aef6a
|
@ -394,6 +394,7 @@
|
||||||
[string->uninterned-symbol (-String . -> . Sym)]
|
[string->uninterned-symbol (-String . -> . Sym)]
|
||||||
[string->unreadable-symbol (-String . -> . Sym)]
|
[string->unreadable-symbol (-String . -> . Sym)]
|
||||||
[gensym (->opt [(Un Sym -String)] Sym)]
|
[gensym (->opt [(Un Sym -String)] Sym)]
|
||||||
|
[symbol<? (->* (list -Symbol -Symbol) -Symbol -Boolean)]
|
||||||
|
|
||||||
;; Section 4.7 (Regular Expressions)
|
;; Section 4.7 (Regular Expressions)
|
||||||
[regexp? (make-pred-ty -Regexp)]
|
[regexp? (make-pred-ty -Regexp)]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user