]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/LocalDefinitions4.scl
Merge commit '876ede6'
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / 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