switch to typed/

This commit is contained in:
Sam Tobin-Hochstadt 2010-05-12 11:52:11 -04:00
parent ec942b6dab
commit 5a8fac0bdf
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#lang typed-scheme
#lang typed/racket
(: map-with-funcs (All (b a ...) ((a ... a -> b) * -> (a ... a -> (Listof b)))))

View File

@ -1,4 +1,4 @@
#lang typed-scheme
#lang typed/scheme
(: convert (Number -> Syntax))
(define (convert n) (datum->syntax #f n))