]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/ListSyntax12.scl
8b18eb3d0c5bf061e4576548f9b8e3a024440f92
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / ListSyntax12.scl
1 import "Prelude"\r
2               \r
3 main = foldl (+) 0 [x | y <- [1..10], x <- [1..y]]\r
4 --            \r
5 220