Recursion check in operator definitions #171
Labels
effort-easy
Can be completed within about 1 day
impact-medium
Medium impact
parser
Quint parser
usability
Usability issues
Milestone
As recursion is not allowed, we should detect recursion in operator and lambda definitions to report them as unsupported. This should be a simple occurs check of the operator's name in its body.
The text was updated successfully, but these errors were encountered: