]> gerrit.simantics Code Review - simantics/platform.git/blob - InvalidRuleset2.scl
675ee498586b96ae20799f6c2c0392c1bd0b05bb
[simantics/platform.git] / InvalidRuleset2.scl
1 data Fact = Foo1 | Foo2\r
2 data Fact2 = Bar\r
3 \r
4 rs = ruleset\r
5   Foo1, Foo2 <=> [Bar]\r
6 \r
7 main = "Not to be executed."\r
8 --\r
9 5:19-5:22: Expected\r
10     <Fact> got\r
11     <Fact2>.