]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/InstanceTypeVariables.scl
Fixed all line endings of the repository
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / InstanceTypeVariables.scl
index e4ee646a956648b75bc37afb38dbd345868c238f..d86f6cddc29041222dbe454ddcab418a9163b379 100644 (file)
@@ -1,10 +1,10 @@
-class Foo a b where\r
-    foo :: a -> b\r
-\r
-instance Foo a a where\r
-    foo x = x :: a\r
-\r
-main = "OK"\r
---\r
-OK\r
-\r
+class Foo a b where
+    foo :: a -> b
+
+instance Foo a a where
+    foo x = x :: a
+
+main = "OK"
+--
+OK
+