]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/scl/Sort.scl
Ensure GetElementClassRequest is not constructed without elementFactory
[simantics/platform.git] / bundles / org.simantics.scl.compiler / tests / org / simantics / scl / compiler / tests / scl / Sort.scl
1 import "Prelude"\r
2 \r
3 main :: [Integer]\r
4 main = sort [1,5,2,4,3]\r
5 --\r
6 [1, 2, 3, 4, 5]