X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=tests%2Forg.simantics.scl.compiler.tests%2Fsrc%2Forg%2Fsimantics%2Fscl%2Fcompiler%2Ftests%2Fscl%2FListSyntax6.scl;h=b9becc29d3e2642e9ed5cde61f9f993082e43836;hp=a3e08c47df3be5da0d5e653474c8665b2f40bb0b;hb=172abed5dbf73c1304a7a95bb8504ea293556948;hpb=06718abb2b3cc780748553811c4857c165499809 diff --git a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/ListSyntax6.scl b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/ListSyntax6.scl index a3e08c47d..b9becc29d 100644 --- a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/ListSyntax6.scl +++ b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/ListSyntax6.scl @@ -1,6 +1,6 @@ -import "Prelude" - -main :: [Integer] -main = [x | x <- [1..10], then take 3] --- +import "Prelude" + +main :: [Integer] +main = [x | x <- [1..10], then take 3] +-- [1, 2, 3] \ No newline at end of file