]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/PolymorphicRecursion.scl
(refs #7498) Bugfixing implementation of skeleton refs
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / PolymorphicRecursion.scl
index b37ff02831ef35ba300c79e29de23a40963ae014..ba5df53f474d05eb93beeedb43819906a8b70180 100644 (file)
@@ -11,6 +11,5 @@ cons x (Zero ps)  = One x ps
 cons x (One y ps) = Zero (cons (x, y) ps)
 --
 11:21-11:42: Expected <Vec (a, a)> got <Vec a>.
-11:33-11:34: Type (a, a) is not a subtype of a.
-11:36-11:37: Type (a, a) is not a subtype of a.
+11:32-11:38: Expected <a> got <(b, c)>.
 11:39-11:41: Expected <Vec a> got <Vec (a, a)>.
\ No newline at end of file