]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/Void2.scl
Fixed all line endings of the repository
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / Void2.scl
index f953aaf586c5761fb541c3049ae6b5aff1f07b4d..4c75369c069c882c00895a20d1849572aba52317 100644 (file)
@@ -1,13 +1,13 @@
-import "JavaBuiltin" as Java\r
-\r
-class Foo a where\r
-    foo :: a -> () -> a\r
-    \r
-instance Foo Integer where\r
-    foo x () = x\r
-    \r
-idWithFoo x = foo x ()    \r
-    \r
-main = idWithFoo (13 :: Integer)\r
---\r
+import "JavaBuiltin" as Java
+
+class Foo a where
+    foo :: a -> () -> a
+    
+instance Foo Integer where
+    foo x () = x
+    
+idWithFoo x = foo x ()    
+    
+main = idWithFoo (13 :: Integer)
+--
 13
\ No newline at end of file