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