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

"Replacement would lead to an ill-typed term." is not a good way for "change" to report a universe inconsistency #8048

Closed
JasonGross opened this issue Jul 11, 2018 · 1 comment · Fixed by #15589
Labels
kind: user messages Improvement of error messages, new warnings, etc. part: tactics part: universes The universe system.
Projects
Milestone

Comments

@JasonGross
Copy link
Member

Version

8.8.0

Description of the problem

Goal nat = nat.
  pose (nat : Type) as n.
  change nat with n. (* Error: Replacement would lead to an ill-typed term. *)
@JasonGross JasonGross added part: tactics part: universes The universe system. kind: user messages Improvement of error messages, new warnings, etc. labels Jul 11, 2018
@JasonGross
Copy link
Member Author

cc @mattam82

@Alizter Alizter added this to Needs Investigation in Universes Sep 29, 2021
SkySkimmer added a commit to SkySkimmer/coq that referenced this issue Feb 2, 2022
SkySkimmer added a commit to SkySkimmer/coq that referenced this issue Feb 3, 2022
Universes automation moved this from Needs Investigation to Done Feb 4, 2022
@Zimmi48 Zimmi48 added this to the 8.16+rc1 milestone Jul 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: user messages Improvement of error messages, new warnings, etc. part: tactics part: universes The universe system.
Projects
Universes
  
Done
Development

Successfully merging a pull request may close this issue.

2 participants