add more inst.mlish tests
This commit is contained in:
parent
b65c4adc94
commit
7f593b52c8
|
@ -22,3 +22,13 @@
|
|||
(Ok 1))
|
||||
|
||||
(check-type g : (→/test (Result Int String)))
|
||||
|
||||
(define (h -> (Result Int Y))
|
||||
(Ok 1))
|
||||
|
||||
(check-type h : (→/test (Result Int Y)))
|
||||
|
||||
(define (i -> (Result Int String))
|
||||
(h))
|
||||
|
||||
(check-type i : (→/test (Result Int String)))
|
||||
|
|
Loading…
Reference in New Issue
Block a user