Example of nested polydots.

This commit is contained in:
Stevie Strickland 2008-07-01 14:43:44 -04:00
parent 4578b926c0
commit b90e1505d3

View File

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