add test for bug found by vincent
This commit is contained in:
parent
2d1625336e
commit
a81de56b30
|
@ -125,6 +125,7 @@
|
||||||
|
|
||||||
;; polymorphic function types should be subtypes of the function top
|
;; polymorphic function types should be subtypes of the function top
|
||||||
[(-poly (a) (a . -> . a)) top-func]
|
[(-poly (a) (a . -> . a)) top-func]
|
||||||
|
(FAIL (-> Univ) (null Univ . ->* . Univ))
|
||||||
|
|
||||||
[(cl->* (-Number . -> . -String) (-Boolean . -> . -String)) ((Un -Boolean -Number) . -> . -String)]
|
[(cl->* (-Number . -> . -String) (-Boolean . -> . -String)) ((Un -Boolean -Number) . -> . -String)]
|
||||||
))
|
))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user