]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/scl/LocalDefinitions4.scl
List the unsatisfied dependencies in CanvasContext
[simantics/platform.git] / bundles / org.simantics.scl.compiler / tests / org / simantics / scl / compiler / tests / scl / LocalDefinitions4.scl
1 \r
2 first p = x\r
3   where \r
4     (x,y) = p\r
5     \r
6 main = first (3 :: Integer,4 :: Integer)\r
7 --\r
8 3