]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/scl/ListSyntaxWithoutPrelude.scl
Fixed multiple issues causing dangling references to discarded queries
[simantics/platform.git] / tests / scl / ListSyntaxWithoutPrelude.scl
1 main = [1 :: Integer,2 :: Integer,3 :: Integer]
2 --
3 [1, 2, 3]