]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/FoldMissingInitialValue.scl
(refs #7498) Bugfixing implementation of skeleton refs
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / FoldMissingInitialValue.scl
index 5d68c4c06c66985cbc810b9938ceea332b2c0c24..d188d8f9a6617e4d081794ef9ad8bae2f7146ff7 100644 (file)
@@ -2,4 +2,4 @@ import "Prelude"
 
 f p l = (foldl (+) (map ((+)p) l)) + p
 --
-3:25-3:31: Type [a b] -> <c> a b is not a subtype of a.
\ No newline at end of file
+3:38-3:39: Expected <[a] -> <d> b c> got <e>.
\ No newline at end of file