Skip to content
New issue

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

segfault in badly typed pattern match #625

Open
1 task
robertylewis opened this issue Sep 22, 2021 · 0 comments
Open
1 task

segfault in badly typed pattern match #625

robertylewis opened this issue Sep 22, 2021 · 0 comments

Comments

@robertylewis
Copy link
Member

robertylewis commented Sep 22, 2021

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.

Prerequisites

  • Put an X between the brackets on this line if you have done all of the following:
    • Checked that your issue isn't already filed.
    • Reduced the issue to a self-contained, reproducible test case.

Description

[Description of the issue]

Steps to Reproduce

  1. [First Step]
  2. [Second Step]
  3. [and so on...]

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant