I don't know why this wasn't caught before, but with recent changes, it's now
caught correctly. original commit: f1211df156a37c709bc6f13077bc0430cd901617
This commit is contained in:
parent
b6fda17f3a
commit
5c8a9dfc5d
|
@ -2,7 +2,7 @@
|
|||
|
||||
(define-type-alias Int Integer)
|
||||
|
||||
(: foo (Int -> Int))
|
||||
(: foo ( -> Int))
|
||||
(define (foo)
|
||||
(: loop (Int -> Int))
|
||||
(define (loop x)
|
||||
|
|
Loading…
Reference in New Issue
Block a user