Changing unstable, xml, html, and web-server to be rackety

original commit: 7d1c7d874b6693e9d74722149a40ae43ac56e90f
This commit is contained in:
Jay McCarthy 2010-04-28 13:21:30 -06:00
commit d2b748a318
283 changed files with 46 additions and 179 deletions

View File

@ -1,11 +0,0 @@
#lang typed-scheme
(: map-with-funcs (All (b a ...) ((a ... a -> b) * -> (a ... a -> (Listof b)))))
(define (map-with-funcs . fs)
(lambda as
(map (lambda: ([f : (a ... a -> b)])
(apply f as))
fs)))
(ann (map-with-funcs + - * /) (Number Number * -> (Listof Number)))

Some files were not shown because too many files have changed in this diff Show More