]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/Monads1.scl
Fixed all line endings of the repository
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / Monads1.scl
index 90115d3ffef5bd0ac02f6f53cc192227f5fd2436..27f5dc298676d82eeb34ae2d325de836a2fab97d 100644 (file)
@@ -1,8 +1,8 @@
-import "Prelude"\r
-\r
-a = [1, 2]\r
-b = [5, 6]\r
-\r
-main = a >>= \x -> b >>= \y -> return (x+y) \r
---\r
+import "Prelude"
+
+a = [1, 2]
+b = [5, 6]
+
+main = a >>= \x -> b >>= \y -> return (x+y) 
+--
 [6, 7, 7, 8]
\ No newline at end of file