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
In Propositions and sets/Mere Proposition, there is the following example:
\func Unit-isProp : isProp Unit => \lam x y => idp
which is rejected with
[ERROR] Intro.ard:543:48: Expressions are not equal Left: x Right: y In: idp
I was using a freshly built version of the Arend Idea plugin.
Either the proof is wrong (but it doesn't seem so) or there is a bug in the typechecker.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In Propositions and sets/Mere Proposition, there is the following example:
which is rejected with
I was using a freshly built version of the Arend Idea plugin.
Either the proof is wrong (but it doesn't seem so) or there is a bug in the typechecker.
The text was updated successfully, but these errors were encountered: