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

Fix: Make Prod' universe-polymorphic #52

Merged
merged 4 commits into from
Dec 4, 2024

Conversation

Kiiyya
Copy link
Contributor

@Kiiyya Kiiyya commented Dec 3, 2024

Fixes #51

Also makes Arrow universe-polymorphic.

@Kiiyya Kiiyya requested a review from alexkeizer as a code owner December 3, 2024 18:38
Copy link
Owner

@alexkeizer alexkeizer left a 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!

Comment on lines 16 to 17
def P : MvPFunctor.{u} 2
:= .mk PUnit fun _ _ => PFin2 1
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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

Comment on lines 33 to 34
def mk (a : Γ 1) (b : Γ 0) : QpfProd'.{u} Γ
:= ⟨
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
def mk (a : Γ 1) (b : Γ 0) : QpfProd'.{u} Γ
:=
def mk (a : Γ 1) (b : Γ 0) : QpfProd'.{u} Γ :=

@alexkeizer alexkeizer enabled auto-merge (rebase) December 4, 2024 15:17
@alexkeizer
Copy link
Owner

Actually, I'm touching these files right now, so I went ahead and committed the suggestions myself, to prevent painful merge conflicts

@alexkeizer alexkeizer merged commit 2585928 into alexkeizer:main Dec 4, 2024
1 check passed
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.

Instance MvFunctor Prod' is not universe-polymorphic
2 participants