]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/FunctionalDependencies1.scl
Fixed all line endings of the repository
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / FunctionalDependencies1.scl
index 203de1dba43e9caf0a5d9e702f2362251a021348..26bc0b7a4f03d59b814b2922b922d2886c62b59d 100644 (file)
@@ -1,11 +1,11 @@
-import "Prelude"\r
-\r
-class Container c a b | c -> a, c -> b where\r
-    get :: c -> a -> b\r
-\r
-instance Container [a] Integer a where\r
-    get = (!)\r
-\r
-main = get [1,2,3,4,5] 3\r
---\r
+import "Prelude"
+
+class Container c a b | c -> a, c -> b where
+    get :: c -> a -> b
+
+instance Container [a] Integer a where
+    get = (!)
+
+main = get [1,2,3,4,5] 3
+--
 4
\ No newline at end of file