]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/ListSyntax4.scl
Fixed all line endings of the repository
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / ListSyntax4.scl
index a95063523d1b185346944fdebaafa2992e70c4a3..e64d22dded04da6f8e07c58a69394f164633a2df 100644 (file)
@@ -1,6 +1,6 @@
-import "Prelude"\r
-\r
-main :: [Integer]\r
-main = [y | x <- [1..3], y = x+4]\r
---\r
+import "Prelude"
+
+main :: [Integer]
+main = [y | x <- [1..3], y = x+4]
+--
 [5, 6, 7]
\ No newline at end of file