@[implicit_reducible]
Equations
@[implicit_reducible]
Equations
@[implicit_reducible]
Equations
- instToStringString = { toString := fun (s : String) => s }
@[implicit_reducible]
Equations
- instToStringRaw = { toString := fun (s : Substring.Raw) => Substring.Raw.Internal.toString s }
@[implicit_reducible]
@[implicit_reducible]
Equations
- instToStringBool = { toString := fun (b : Bool) => bif b then "true" else "false" }
@[implicit_reducible]
Equations
- instToStringPUnit = { toString := fun (x : PUnit) => "()" }
@[implicit_reducible]
Equations
- instToStringUnit = { toString := fun (x : Unit) => "()" }
@[implicit_reducible]
@[implicit_reducible]
Equations
- instToStringRaw_1 = { toString := fun (p : String.Pos.Raw) => p.byteIdx.repr }
@[implicit_reducible]
Equations
- instToStringFormat = { toString := fun (f : Std.Format) => f.pretty }
Equations
- One or more equations did not get rendered due to their size.