forked from GitHub/gf-core
update the testsuite. Now we can typecheck more programs than before
This commit is contained in:
@@ -66,9 +66,9 @@ Type: Vector (succ (succ zero))
|
|||||||
Couldn't match expected type Vector (plus (succ (succ (succ zero))) (succ (succ zero)))
|
Couldn't match expected type Vector (plus (succ (succ (succ zero))) (succ (succ zero)))
|
||||||
against inferred type Vector (succ (succ (succ (succ zero))))
|
against inferred type Vector (succ (succ (succ (succ zero))))
|
||||||
In the expression: vector (succ (succ (succ (succ zero))))
|
In the expression: vector (succ (succ (succ (succ zero))))
|
||||||
Couldn't match expected type Vector ?1
|
Expression: idMorph (mkMorph2 (\x -> x) (vector zero))
|
||||||
against inferred type Vector zero
|
Type: Nat
|
||||||
In the expression: vector zero
|
|
||||||
Couldn't match expected type Vector zero
|
Couldn't match expected type Vector zero
|
||||||
against inferred type Vector n
|
against inferred type Vector n
|
||||||
In the expression: x
|
In the expression: x
|
||||||
|
|||||||
Reference in New Issue
Block a user