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
Summarize progress in proof checking:
LLTerm.t
intros [x,y,z]; apply C1 [g(y),x+1]; apply C2[z,z]; tableau
λ
The text was updated successfully, but these errors were encountered:
c-cube
abentkamp
No branches or pull requests
Summarize progress in proof checking:
steps and demod steps
[ ] writeLLTerm.t
and basic functions (substitution/typing in particular)intros [x,y,z]; apply C1 [g(y),x+1]; apply C2[z,z]; tableau
ite/bool/β reduction rules in tableauλ
terms pass proof checkingThe text was updated successfully, but these errors were encountered: