/caterwaul/Category/Monoidal/Cartesian/Kind

Copy path to clipboard

Can’t define augmentation at this level, because we have no unit Kind.

Source

{-|
Can’t define `augmentation` at this level, because we have no unit `Kind`.
-}
λ(cat : ../Sort) →
λ(vObject : Kind) →
λ(object : Kind) →
{ diagonal : cat.arrow object (cat.product object object) }
../Kind cat vObject object