]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/Select8.scl
Merge commit 'bd5bc6e45f700e755b61bd112631796631330ecb'
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / Select8.scl
1 import "StandardLibrary"
2
3 Foo ?a ?b ?l :-
4     @ffb
5     (?a,?b) <- ?l
6
7 main = select ?x where
8     Foo ?x 3 [(1,2),(2,3),(3,4)]
9 --
10 [2]