We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A set of constraints x | x @ F(y) | y @ A or x | x @ A | x @ B | A <= B are not reduced to, respectively, x | x @ F(A) and x | x @ A.
x | x @ F(y) | y @ A
x | x @ A | x @ B | A <= B
x | x @ F(A)
x | x @ A
The text was updated successfully, but these errors were encountered:
Should be easier with hashing of db95ab8.
Sorry, something went wrong.
R2(Loc, Nom) subtypes [R2(τ₆₀, _), R2(_, τ₆₀)] should be rewritten to τ₆₀ supertypes [Loc, Nom].
R2(Loc, Nom) subtypes [R2(τ₆₀, _), R2(_, τ₆₀)]
τ₆₀ supertypes [Loc, Nom]
No branches or pull requests
A set of constraints
x | x @ F(y) | y @ A
orx | x @ A | x @ B | A <= B
are not reduced to, respectively,x | x @ F(A)
andx | x @ A
.The text was updated successfully, but these errors were encountered: