Equations
- instCoeMinMax = { coe := MinMax.val }
Equations
- One or more equations did not get rendered due to their size.
Equations
- instZeroMinMax = { zero := ⊤ }
Equations
- instOneMinMax = { one := ⊥ }
instance
instCommSemiringMinMax
{α : Type}
[LinearOrder α]
[OrderBot α]
[OrderTop α]
:
CommSemiring (MinMax α)
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
instance
instCommSemiringMaxMin
{α : Type}
[LinearOrder α]
[OrderBot α]
[OrderTop α]
:
CommSemiring (MaxMin α)
Equations
Equations
Equations
- instReprTVL.repr TVL.bot prec✝ = Repr.addAppParen (Std.Format.nest (if prec✝ ≥ 1024 then 1 else 2) (Std.Format.text "TVL.bot")).group prec✝
- instReprTVL.repr TVL.unknown prec✝ = Repr.addAppParen (Std.Format.nest (if prec✝ ≥ 1024 then 1 else 2) (Std.Format.text "TVL.unknown")).group prec✝
- instReprTVL.repr TVL.top prec✝ = Repr.addAppParen (Std.Format.nest (if prec✝ ≥ 1024 then 1 else 2) (Std.Format.text "TVL.top")).group prec✝
Instances For
Equations
- instOrdTVL.ord x✝ y✝ = compare x✝.ctorIdx y✝.ctorIdx
Instances For
Equations
- One or more equations did not get rendered due to their size.
Equations
- instOrderBotTVL = { bot := TVL.bot, bot_le := instOrderBotTVL._proof_1 }
Equations
- instOrderTopTVL = { top := TVL.top, le_top := instOrderTopTVL._proof_1 }