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

Desirable validation rules for attribute constraints library #137

Open
RolandKluge opened this issue Feb 11, 2019 · 0 comments
Open

Desirable validation rules for attribute constraints library #137

RolandKluge opened this issue Feb 11, 2019 · 0 comments

Comments

@RolandKluge
Copy link
Contributor

  • Same constraint should only be specified once per library.
    This means, we do not want to have:
attributeConditionLibrary {
  addI (result : EInt, x : EInt, y :EInt) { }
  addI (result : EInt, x : EInt, y :EInt) { }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant