Another example, putting in starred for dots.

original commit: af12feb72972ca9f5c0ae71573be43101c93dc76
This commit is contained in:
Stevie Strickland 2008-06-19 19:10:05 -04:00
parent ffc0331fa7
commit 20fdbea031

View File

@ -8,3 +8,9 @@
#{(f y) :: (Integer Integer -> Integer)}
(: z (Integer * -> Integer))
(define (z . xs) (apply + xs))
((f z) 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18)
#;
#{(f z) :: (Integer * -> Integer)}