]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/ListSyntax6.scl
Fixed all line endings of the repository
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / ListSyntax6.scl
index a3e08c47df3be5da0d5e653474c8665b2f40bb0b..b9becc29d3e2642e9ed5cde61f9f993082e43836 100644 (file)
@@ -1,6 +1,6 @@
-import "Prelude"\r
-\r
-main :: [Integer]\r
-main = [x | x <- [1..10], then take 3]\r
---\r
+import "Prelude"
+
+main :: [Integer]
+main = [x | x <- [1..10], then take 3]
+--
 [1, 2, 3]
\ No newline at end of file