Equations
- Assignment01.K a x✝ = a
Instances For
Equations
- Assignment01.C f a b = f b a
Instances For
Equations
- Assignment01.projFst a x✝ = a
Instances For
Equations
- Assignment01.projSnd x✝ b = b
Instances For
def
Assignment01.someNonsense
{α : Sort u_1}
{β : Sort u_2}
{γ : Sort u_3}
:
(α → β → γ) → α → (α → γ) → β → γ
Equations
- Assignment01.someNonsense f a x✝ b = f a b
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Instances For
Equations
- Assignment01.instReprPoint = { reprPrec := Assignment01.instReprPoint.repr }
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Assignment01.instReprSegment = { reprPrec := Assignment01.instReprSegment.repr }
Equations
- Assignment01.product [] = 1
- Assignment01.product (n :: ns_2) = n * Assignment01.product ns_2