]> gerrit.simantics Code Review - simantics/platform.git/blob - Select7.scl
b0be01ade121be228a3b7aa4528d124982135c63
[simantics/platform.git] / Select7.scl
1 import "StandardLibrary"
2
3 main = select ?x where
4     (?x, 3) <- [(1,2),(2,3),(3,4)]
5 --
6 [2]