Int is not a type

This commit is contained in:
Sam Tobin-Hochstadt 2008-07-07 15:36:45 -04:00
parent 41c9a2eaf1
commit f2699abe65

View File

@ -1,5 +1,5 @@
#lang typed-scheme
(: f (All (A ...) (All (B ...) (A ... A -> Int))))
(: f (All (A ...) (All (B ...) (A ... A -> Integer))))
(define (f . xs) 5)