]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/Serialization4.scl
Fixed all line endings of the repository
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / Serialization4.scl
index 530f422c1a24918eb7a612e85b66e4eef00f94be..00947d40db11142c556fac16b5ed675a08e0b11d 100644 (file)
@@ -1,13 +1,13 @@
-import "StandardLibrary"\r
-\r
-rt :: Serializable a => a -> a\r
-rt v = deserialize (serialize v)\r
-\r
-main :: String\r
-main = do\r
-    a = (1 :: Integer,"asd")\r
-    b = MMap.create ()\r
-    MMap.put b "asdasd" (4 :: Long)\r
-    show (rt a, MMap.get (rt b) "asdasd")\r
---\r
+import "StandardLibrary"
+
+rt :: Serializable a => a -> a
+rt v = deserialize (serialize v)
+
+main :: String
+main = do
+    a = (1 :: Integer,"asd")
+    b = MMap.create ()
+    MMap.put b "asdasd" (4 :: Long)
+    show (rt a, MMap.get (rt b) "asdasd")
+--
 ((1, "asd"), Just 4)
\ No newline at end of file