-
Notifications
You must be signed in to change notification settings - Fork 4
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
Fix: Make Prod'
universe-polymorphic
#52
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, feel free to merge after accepting the comments, and thanks for fixing this!
def P : MvPFunctor.{u} 2 | ||
:= .mk PUnit fun _ _ => PFin2 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
def P : MvPFunctor.{u} 2 | |
:= .mk PUnit fun _ _ => PFin2 1 | |
def P : MvPFunctor.{u} 2 := | |
.mk PUnit fun _ _ => PFin2 1 |
The old formatting is a bit of a mess (my bad 😅), we should probably fix that to use the current standard style (i.e., put :=
on the same line as the type of the def) as we go along
def mk (a : Γ 1) (b : Γ 0) : QpfProd'.{u} Γ | ||
:= ⟨ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
def mk (a : Γ 1) (b : Γ 0) : QpfProd'.{u} Γ | |
:= ⟨ | |
def mk (a : Γ 1) (b : Γ 0) : QpfProd'.{u} Γ := | |
⟨ |
Actually, I'm touching these files right now, so I went ahead and committed the suggestions myself, to prevent painful merge conflicts |
Fixes #51
Also makes
Arrow
universe-polymorphic.