Closed nikololiahim closed 2 years ago
The following example works correctly both in Odin and Polystat:
[] > test [] > parent [self x] > f x.sub 5 > y1 seq > @ assert (0.less y1) x [self y] > g self.f self y > @ [self z] > h z > @ [] > child test.parent > @ [self y] > f y > @ [self z] > h self.g self z > @
The following example works correctly both in Odin and Polystat: