]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/List.scl
Fixed all line endings of the repository
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / List.scl
index b746c31ca66ccd56e35d3da0094b947ab84eacfc..ff1391438b7fda7f78e547d2af2039d98263fd48 100644 (file)
@@ -1,7 +1,7 @@
-\r
-data List a = Nil | Cons a (List a)\r
-\r
-main :: List Integer\r
-main = Cons (3 :: Integer) Nil\r
---\r
+
+data List a = Nil | Cons a (List a)
+
+main :: List Integer
+main = Cons (3 :: Integer) Nil
+--
 (Cons 3 Nil)
\ No newline at end of file