]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/scl/CHR8.scl
Fixed multiple issues causing dangling references to discarded queries
[simantics/platform.git] / tests / scl / CHR8.scl
1 module { export = [main], features = [chr] }
2 import "StandardLibrary"
3
4 main = ()
5   where
6     X ?x => Y ?y
7 --
8 6:15-6:17: New existential variables can be defined only in queries.