rename all files .ss -> .rkt

original commit: 28b404307793f041bb3363135a2968e283855318
This commit is contained in:
Matthew Flatt 2010-04-27 16:05:36 -06:00
commit 94184a7671
283 changed files with 42 additions and 175 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