Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- String.reduceOfList e = if e.isAppOfArity `String.ofList 1 = true then String.reduceListChar✝ e.appArg! "" else pure Lean.TransformStep.continue
Instances For
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
- 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
- String.reduceLT = String.reduceBinPred✝ `LT.lt 4 fun (x1 x2 : String) => decide (x1 < x2)
Instances For
Equations
- String.reduceLE = String.reduceBinPred✝ `LE.le 4 fun (x1 x2 : String) => decide (x1 ≤ x2)
Instances For
Equations
- String.reduceGT = String.reduceBinPred✝ `GT.gt 4 fun (x1 x2 : String) => decide (x1 > x2)
Instances For
Equations
- String.reduceGE = String.reduceBinPred✝ `GE.ge 4 fun (x1 x2 : String) => decide (x1 ≥ x2)
Instances For
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
- String.reduceBEq = String.reduceBoolPred✝ `BEq.beq 4 fun (x1 x2 : String) => x1 == x2
Instances For
Equations
- String.reduceBNe = String.reduceBoolPred✝ `bne 4 fun (x1 x2 : String) => x1 != x2