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

Declaration has free variables in mk.injEq #2188

Closed
1 task done
semorrison opened this issue Apr 10, 2023 · 0 comments · Fixed by #2190
Closed
1 task done

Declaration has free variables in mk.injEq #2188

semorrison opened this issue Apr 10, 2023 · 0 comments · Fixed by #2190

Comments

@semorrison
Copy link
Collaborator

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

There is an unexpected error on structures parametrised by certain equality proofs:

-- (kernel) declaration has free variables 'O.mk.injEq'
structure O (c : False = False) where
  m : Prop

Expected behavior:

Accept the declaration

Actual behavior:

Error (kernel) declaration has free variables 'O.mk.injEq'.

Reproduces how often:

@digama0 pointed out the curious workaround:

set_option genInjectivity false in
structure O (c : False = False) where
  m : Prop
gen_injective_theorems% O

Versions

Lean (version 4.0.0-nightly-2023-03-31, commit 742d053a97bd, Release)
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

Successfully merging a pull request may close this issue.

1 participant