]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/SelfReferringContextInTypeClass.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 / SelfReferringContextInTypeClass.scl
index d2f1bd7a520ceff5c9199f2b7db27496cef5fbcd..f663ce73b75fac17c23f8993890a41d3bf3bed68 100644 (file)
@@ -1,6 +1,6 @@
-class Ord a where\r
-    min :: Ord a => a -> a -> a\r
-\r
-main = "Not to be executed."\r
---\r
+class Ord a where
+    min :: Ord a => a -> a -> a
+
+main = "Not to be executed."
+--
 2:12-2:15: Unresolved type class Ord.
\ No newline at end of file