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%2FListSyntax6.scl;h=b9becc29d3e2642e9ed5cde61f9f993082e43836;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hp=a3e08c47df3be5da0d5e653474c8665b2f40bb0b;hpb=86adc86522decdf79259743cde5ec3688af3d908;p=simantics%2Fplatform.git 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