formatting

svn: r14791

original commit: 54eb4cc314dc31b7afdffcf5a1e00d70e02721fd
This commit is contained in:
Sam Tobin-Hochstadt 2009-05-12 21:50:16 +00:00
parent dd1270237f
commit 22907160c9

View File

@ -679,9 +679,9 @@
3 (list #\c) (map list (map list as))))]
[tc-e/t (plambda: (a ...) [as : a ... a]
(apply fold-left (lambda: ([c : Integer] [a : Char] . [xs : a ... a]) c)
3 (list #\c) (map list as)))
(-polydots (a) ((list) (a a) . ->... . -Integer))]
(apply fold-left (lambda: ([c : Integer] [a : Char] . [xs : a ... a]) c)
3 (list #\c) (map list as)))
(-polydots (a) ((list) (a a) . ->... . -Integer))]
;; First is same as second, but with map explicitly instantiated.
[tc-e/t (plambda: (a ...) [ys : (a ... a -> Number) *]