rename all files .ss -> .rkt
original commit: 28b404307793f041bb3363135a2968e283855318
This commit is contained in:
commit
94184a7671
|
@ -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
Loading…
Reference in New Issue
Block a user