Equations
- Std.Format.getWidth o = Lean.KVMap.get o `format.width Std.Format.defWidth
Equations
- Std.Format.getIndent o = Lean.KVMap.get o `format.indent Std.Format.defIndent
Equations
- Std.Format.getUnicode o = Lean.KVMap.get o `format.unicode Std.Format.defUnicode
Equations
Equations
- Lean.instToFormatName = { format := fun n => Std.Format.text (Lean.Name.toString n) }
Equations
- One or more equations did not get rendered due to their size.
Equations
- Lean.instToFormatProdNameDataValue = { format := fun x => match x with | (n, v) => Lean.format n ++ Std.Format.text " := " ++ Lean.format v }
Equations
- Lean.formatKVMap m = Lean.Format.sbracket (Lean.Format.joinSep m.entries (Std.Format.text ", "))
Equations
- Lean.instToFormatKVMap = { format := Lean.formatKVMap }