type for append-map

svn: r14579
This commit is contained in:
Sam Tobin-Hochstadt 2009-04-21 22:51:55 +00:00
parent 1edd4770f4
commit 062008c758

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)]