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

Eta contract solutions #630

Closed
wants to merge 2 commits into from
Closed

Eta contract solutions #630

wants to merge 2 commits into from

Conversation

gares
Copy link
Contributor

@gares gares commented May 15, 2024

No description provided.

@FissoreD
Copy link
Collaborator

I tried these commits on my branch, but it seems to break some tests. In particular I get an error like:

The term "s" has type
 "forall M : Type@{s.u0} -> Type@{s.u1},
  (forall A : Type@{s.u0}, Singleton1 (M A)) -> forall A : Type@{s.u2}, Singleton (M A)"
while it is expected to have type
 "forall M : Type@{Unnamed_thm.u0} -> Type@{Unnamed_thm.u1},
  (forall A : Type@{Unnamed_thm.u0}, Singleton1 (M A)) ->
  forall A : Type@{Unnamed_thm.u2}, Singleton (M A)".

In fact the solution of my goal is found correct: I expect it finds s and it does,
but when I Qed the proof, it seems there are problems in universes...

@gares gares closed this Jun 19, 2024
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 this pull request may close these issues.

2 participants