Equations
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- String.reduceMk e = if e.isAppOfArity `String.mk 1 = true then do let y ← pure PUnit.unit (fun (y : PUnit) => String.reduceListChar✝ e.appArg! "") y else pure Lean.TransformStep.continue
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
- String.reduceBEq = String.reduceBoolPred `BEq.beq 4 fun (x1 x2 : String) => x1 == x2