type for append-map

svn: r14579

original commit: 062008c7586ec2192d1a3b51f6a27402a8e7efb9
This commit is contained in:
Sam Tobin-Hochstadt 2009-04-21 22:51:55 +00:00
parent 4d2d5bfc9f
commit 93291d7e72

View File

@ -571,6 +571,9 @@
(cl->*
((-lst a) . -> . (-lst a))
((-lst a) (a a . -> . Univ) . -> . (-lst a))))]
[append-map
(-polydots (c a b) ((list ((list a) (b b) . ->... . (-lst c)) (-lst a))
((-lst b) b) . ->... .(-lst c)))]
;; scheme/tcp
[tcp-listener? (make-pred-ty -TCP-Listener)]