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
@[implicit_reducible]
Equations
@[implicit_reducible]
Equations
- Lean.Meta.Grind.Order.instLEWeight = { le := fun (a b : Lean.Meta.Grind.Order.Weight) => compare a b ≠ Ordering.gt }
@[implicit_reducible]
Equations
- Lean.Meta.Grind.Order.instLTWeight = { lt := fun (a b : Lean.Meta.Grind.Order.Weight) => compare a b = Ordering.lt }
@[implicit_reducible]
Equations
- Lean.Meta.Grind.Order.instDecidableLEWeight a b = match instDecidableEqOrdering (compare a b) Ordering.gt with | isTrue hp => isFalse ⋯ | isFalse hp => isTrue hp
@[implicit_reducible]
Equations
- Lean.Meta.Grind.Order.instDecidableLTWeight a b = if h : (compare a b).ctorIdx = Ordering.lt.ctorIdx then isTrue ⋯ else isFalse ⋯
@[implicit_reducible]
Equations
Equations
- One or more equations did not get rendered due to their size.