]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/FunctionFunctor.scl
(refs #7307) Added features field to SCL module header
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / FunctionFunctor.scl
index f63481032d6d2fc86620ec5a108fe08665f35aa7..1d94bbe8416f0065da02afcbfd7467bf5477bde9 100644 (file)
@@ -1,9 +1,9 @@
-import "Prelude"\r
-\r
-//               vvvvvv  mistake, parantheses missing\r
-instance Functor (->) a where\r
-    map f g x = f (g x)\r
-    \r
-main = "Not to be executed."\r
---\r
+import "Prelude"
+
+//               vvvvvv  mistake, parantheses missing
+instance Functor (->) a where
+    map f g x = f (g x)
+    
+main = "Not to be executed."
+--
 4:1-5:24: Wrong number of parameters to type class Functor.
\ No newline at end of file