]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/scl/InconsistentArity.scl
Fixed multiple issues causing dangling references to discarded queries
[simantics/platform.git] / tests / scl / InconsistentArity.scl
1 f a b = a
2 f x = x
3 --
4 2:1-2:4: Inconsistent arity. This case has arity 1 while previous cases had arity 2.