]> gerrit.simantics Code Review - simantics/platform.git/blob - ListSyntaxWithoutPrelude.scl
1f091ccb36837c391e29bf3116fa4a44a88b7083
[simantics/platform.git] / ListSyntaxWithoutPrelude.scl
1 main = [1 :: Integer,2 :: Integer,3 :: Integer]
2 --
3 [1, 2, 3]