]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/TypeClass.scl
Fixed all line endings of the repository
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / TypeClass.scl
index 540d44e0e140177abe669928c7614bf6c915de69..5f20617ef49bc962692bcac9c306976595d02f01 100644 (file)
@@ -1,10 +1,10 @@
-\r
-class Foo a where\r
-    foo :: a -> Integer\r
-    \r
-instance Foo Integer where\r
-    foo x = x\r
-    \r
-main = foo (13 :: Integer)\r
---\r
+
+class Foo a where
+    foo :: a -> Integer
+    
+instance Foo Integer where
+    foo x = x
+    
+main = foo (13 :: Integer)
+--
 13
\ No newline at end of file