]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/InvalidKinds2.scl
Fixed all line endings of the repository
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / InvalidKinds2.scl
index ffdf0a9f616f9f02f89438f3200e4a70fac64105..6e2cc6ede101d46cf112a745d2a8a0eeaf140eaf 100644 (file)
@@ -1,9 +1,9 @@
-class Functor f where\r
-    map :: (a -> b) -> f a -> f b\r
-    \r
-instance Functor Integer where\r
-    map = fail "Not implemented."\r
-\r
-main = "Not to be executed."\r
---\r
+class Functor f where
+    map :: (a -> b) -> f a -> f b
+    
+instance Functor Integer where
+    map = fail "Not implemented."
+
+main = "Not to be executed."
+--
 4:18-4:25: Expected a type with kind * -> * but got *.
\ No newline at end of file