]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/scl/Matching3b.scl
Fixed multiple issues causing dangling references to discarded queries
[simantics/platform.git] / tests / scl / Matching3b.scl
1 import "StandardLibrary"
2
3 foo 1 = "one"
4 foo 2 = "two"
5
6 main = if True then foo (2 :: Long) else foo (1 :: Integer)
7 --
8 two