Projection functors are QPFs. The n
-ary projection functors on i
is an n
-ary
functor F
such that F (α₀..αᵢ₋₁, αᵢ, αᵢ₊₁..αₙ₋₁) = αᵢ
Equations
def
MvQPF.Prj.map
{n : ℕ}
(i : Fin2 n)
⦃α : TypeVec.{u_1} n⦄
⦃β : TypeVec.{u_2} n⦄
(f : α.Arrow β)
:
Equations
Instances For
Polynomial representation of the projection functor
Equations
Instances For
Abstraction function of the QPF
instance
Equations
Instances For
Representation function of the QPF
instance