Example of nested polydots.
original commit: b90e1505d35e695f13cd81417ced00fae709223b
This commit is contained in:
parent
f84545ceef
commit
19b45b32c4
5
collects/tests/typed-scheme/succeed/nested-poly.ss
Normal file
5
collects/tests/typed-scheme/succeed/nested-poly.ss
Normal file
|
@ -0,0 +1,5 @@
|
|||
#lang typed-scheme
|
||||
|
||||
(: f (All (A ...) (All (B ...) (A ... A -> Int))))
|
||||
|
||||
(define (f . xs) 5)
|
Loading…
Reference in New Issue
Block a user