]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/ListSyntax12.scl
Fixed all line endings of the repository
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / ListSyntax12.scl
index 8b18eb3d0c5bf061e4576548f9b8e3a024440f92..4360dee06493beb086a2640a1c083a62bf4a8d0e 100644 (file)
@@ -1,5 +1,5 @@
-import "Prelude"\r
-              \r
-main = foldl (+) 0 [x | y <- [1..10], x <- [1..y]]\r
---            \r
+import "Prelude"
+              
+main = foldl (+) 0 [x | y <- [1..10], x <- [1..y]]
+--            
 220
\ No newline at end of file