]> 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 569335a0af7e7ab8e4008af574515215f2b93982..5d68c4c06c66985cbc810b9938ceea332b2c0c24 100644 (file)
@@ -1,5 +1,5 @@
-import "Prelude"\r
-\r
-f p l = (foldl (+) (map ((+)p) l)) + p\r
---\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