]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/ListSyntax5.scl
Fixed multiple issues causing dangling references to discarded queries
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / ListSyntax5.scl
index 6ba8330781f2af4243f4184005c5922d38a58f34..4141252e4aec128a47aae988426331d3110c1c93 100644 (file)
@@ -1,8 +1,8 @@
-import "Prelude"\r
-\r
-a = [1,2,3,4]\r
-\r
-main :: [Integer]\r
-main = [x+y | x <- a, y <- a, x!=y]\r
---\r
-[3, 4, 5, 3, 5, 6, 4, 5, 7, 5, 6, 7]\r
+import "Prelude"
+
+a = [1,2,3,4]
+
+main :: [Integer]
+main = [x+y | x <- a, y <- a, x!=y]
+--
+[3, 4, 5, 3, 5, 6, 4, 5, 7, 5, 6, 7]