Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow exceptions to a set of rules rather than one rule #159

Merged
merged 5 commits into from
Nov 28, 2021

Conversation

denismerigoux
Copy link
Contributor

@denismerigoux denismerigoux commented Nov 28, 2021

Allows an exception to be specified to a group of rules rather than just one rule. This is done by grouping together rules with the same label:

scope Foo:
  label l definition x under condition y < 0 consequence equals true
  label l definition x under condition y >= 0 consequence equals false
  exception l definition x under condition y = 0 consequence equals true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant