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
This was found in class today by Joseph Rotella:
def f : ∀ (α : Type), list α → unit | α [] := () | α ((y::ys)::xs) := ()
crashes the server. I don't have a debug version of Lean handy to see if/where there are assertion violations.
[Description of the issue]
Expected behavior: [What you expect to happen]
Actual behavior: [What actually happens]
Reproduces how often: [What percentage of the time does it reproduce?]
Replicated in 3.30 and 3.33.
Any additional information, configuration or data that might be necessary to reproduce the issue.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This was found in class today by Joseph Rotella:
crashes the server. I don't have a debug version of Lean handy to see if/where there are assertion violations.
Prerequisites
or feature requests.
Description
[Description of the issue]
Steps to Reproduce
Expected behavior: [What you expect to happen]
Actual behavior: [What actually happens]
Reproduces how often: [What percentage of the time does it reproduce?]
Versions
Replicated in 3.30 and 3.33.
Additional Information
Any additional information, configuration or data that might be necessary to reproduce the issue.
The text was updated successfully, but these errors were encountered: