]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/scl/ListSyntax4.scl
Re-enabled Acorn transaction cancellation support for testing
[simantics/platform.git] / bundles / org.simantics.scl.compiler / tests / org / simantics / scl / compiler / tests / scl / ListSyntax4.scl
1 import "Prelude"\r
2 \r
3 main :: [Integer]\r
4 main = [y | x <- [1..3], y = x+4]\r
5 --\r
6 [5, 6, 7]