]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/Show1.scl
(refs #7307) Added features field to SCL module header
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / Show1.scl
1 import "Prelude"
2
3 main = show [(1,2),(3,4),(5,6)]
4 --
5 [(1, 2), (3, 4), (5, 6)]