Example of nested polydots.

original commit: b90e1505d35e695f13cd81417ced00fae709223b
This commit is contained in:
Stevie Strickland 2008-07-01 14:43:44 -04:00
parent f84545ceef
commit 19b45b32c4

View File

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