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
Suppose that I've set up correctly what is needed to write
HB.instance Definition _ (V : monoidType) := Monoid.isLaw.Build V 1 *%M mulmA mul1m mulm1.
but if by mistake I write
HB.instance Definition _ (V : monoidType) := Monoid.isLaw.Build V 1 *%M mulmA mul1m @mulm1. (* <- mind the @ here *)
HB error message is
Error: Usage: HB.instance Definition <Name> := <Builder> T ...
which is not informative.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Suppose that I've set up correctly what is needed to write
but if by mistake I write
HB error message is
which is not informative.
The text was updated successfully, but these errors were encountered: