fix
This commit is contained in:
parent
36b11904da
commit
89a081770e
Binary file not shown.
@ -395,9 +395,7 @@
|
||||
(define filtered (filter (lambda (x) (equal? (first type-list) x)) type-list))
|
||||
(define (check-all lst)
|
||||
(type-case Type (first type-list)
|
||||
[(varT v t) (if (none? (unbox t))
|
||||
(second type-list)
|
||||
(error 'typecheck "no type"))]
|
||||
[(varT v t) (second type-list)]
|
||||
[else (error 'typecheck "no type")]))]
|
||||
(if (equal? filtered type-list)
|
||||
(listT (first type-list))
|
||||
|
Loading…
x
Reference in New Issue
Block a user