]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/AmbiguousType.scl
Fixed all line endings of the repository
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / AmbiguousType.scl
index f4871d7d5613be51f414ae421f7a5df025620dcc..8dca54366db2c739f662138bb6029527d54f887f 100644 (file)
@@ -1,12 +1,12 @@
-\r
-\r
-class Show a where\r
-    show :: a -> String\r
-    \r
-class Read a where\r
-    read :: String -> a\r
-  \r
-combine x = show (read x)\r
---\r
-9:13-9:17: Constrain Show a contains free variables not mentioned in the type of the value.\r
+
+
+class Show a where
+    show :: a -> String
+    
+class Read a where
+    read :: String -> a
+  
+combine x = show (read x)
+--
+9:13-9:17: Constrain Show a contains free variables not mentioned in the type of the value.
 9:19-9:23: Constrain Read a contains free variables not mentioned in the type of the value.
\ No newline at end of file