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))) 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