]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/NonexistentTypeClassInAnnotation.scl
Fixed all line endings of the repository
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / NonexistentTypeClassInAnnotation.scl
index 40306395a9ed8ece41ba9be3ac5dcb6def741447..8c39c6f6e981f2e6c8b876b45c53b204ae5674b9 100644 (file)
@@ -1,9 +1,9 @@
-import "Prelude"\r
-\r
-deepId :: FooBar b => b -> a -> a\r
-deepId count x = deepId2 count x\r
-deepId2 count x = if count <= 0 then x else deepId (count-1) x\r
-\r
-main = deepId (5 :: Integer) "FOO"\r
---\r
+import "Prelude"
+
+deepId :: FooBar b => b -> a -> a
+deepId count x = deepId2 count x
+deepId2 count x = if count <= 0 then x else deepId (count-1) x
+
+main = deepId (5 :: Integer) "FOO"
+--
 3:11-3:17: Unresolved type class FooBar.
\ No newline at end of file