Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkeizer committed Dec 4, 2024
1 parent 9cfc50c commit 2585928
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Qpf/PFunctor/Multivariate/Constructions/Prod.lean
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ namespace Prod

open PFin2 (fz fs)

def P : MvPFunctor.{u} 2
:= .mk PUnit fun _ _ => PFin2 1
def P : MvPFunctor.{u} 2 :=
.mk PUnit fun _ _ => PFin2 1


abbrev QpfProd' := P.Obj
Expand All @@ -30,8 +30,8 @@ abbrev Prod' : TypeFun 2
/--
Constructor for `QpfProd'`
-/
def mk (a : Γ 1) (b : Γ 0) : QpfProd'.{u} Γ
:=
def mk (a : Γ 1) (b : Γ 0) : QpfProd'.{u} Γ :=
⟨⟩,
fun
| 1, _ => a
Expand Down

0 comments on commit 2585928

Please sign in to comment.