]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/PolymorphicRecursion2.scl
Fixed all line endings of the repository
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / PolymorphicRecursion2.scl
index 44738e0554c983caa238649753702cd507da790d..ffcf9e8925ddeb00c17d6c9df449f0370ee7d172 100644 (file)
@@ -1,12 +1,12 @@
-\r
-\r
-class Foo a where\r
-    foo :: a\r
-    \r
-data List a = Nil | Cons a (List a)\r
-\r
-r x = Cons foo (r x)\r
-\r
-main = (1.0 :: Double)\r
---\r
+
+
+class Foo a where
+    foo :: a
+    
+data List a = Nil | Cons a (List a)
+
+r x = Cons foo (r x)
+
+main = (1.0 :: Double)
+--
 1.0
\ No newline at end of file