]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/FoldMissingInitialValue.scl
(refs #7307) Added features field to SCL module header
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / FoldMissingInitialValue.scl
index affa2e66ff924b36b1b1667f87a64f91f95425f1..5d68c4c06c66985cbc810b9938ceea332b2c0c24 100644 (file)
@@ -1,6 +1,5 @@
-import "Prelude"\r
-\r
-f p l = (foldl (+) (map ((+)p) l)) + p\r
---\r
-3:1-3:39: Couldn't simplify all effect subsumptions away. The current compiler cannot handle this situation. Try adding more type annotations.\r
+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