1
0
forked from GitHub/gf-core

update the testsuite. Now we can typecheck more programs than before

This commit is contained in:
krasimir
2010-10-27 17:58:40 +00:00
parent 5fc0e059c5
commit 119f7bc78a

View File

@@ -66,9 +66,9 @@ Type: Vector (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))))
In the expression: vector (succ (succ (succ (succ zero))))
Couldn't match expected type Vector ?1
against inferred type Vector zero
In the expression: vector zero
Expression: idMorph (mkMorph2 (\x -> x) (vector zero))
Type: Nat
Couldn't match expected type Vector zero
against inferred type Vector n
In the expression: x