X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=tests%2Forg.simantics.scl.compiler.tests%2Fsrc%2Forg%2Fsimantics%2Fscl%2Fcompiler%2Ftests%2Fscl%2FListSyntax4.scl;h=e64d22dded04da6f8e07c58a69394f164633a2df;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hp=a95063523d1b185346944fdebaafa2992e70c4a3;hpb=0cbe7783b5f5297ab926fa742e023cfcbdcba43d;p=simantics%2Fplatform.git diff --git a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/ListSyntax4.scl b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/ListSyntax4.scl index a95063523..e64d22dde 100644 --- a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/ListSyntax4.scl +++ b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/ListSyntax4.scl @@ -1,6 +1,6 @@ -import "Prelude" - -main :: [Integer] -main = [y | x <- [1..3], y = x+4] --- +import "Prelude" + +main :: [Integer] +main = [y | x <- [1..3], y = x+4] +-- [5, 6, 7] \ No newline at end of file