]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/Show1.scl
Merge commit '53059ca'
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / Show1.scl
1 import "Prelude"\r
2 \r
3 main = show [(1,2),(3,4),(5,6)]\r
4 --\r
5 [(1, 2), (3, 4), (5, 6)]