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
- f.pretty' o = f.pretty (Lean.Option.get o Std.Format.format.width)
Instances For
Equations
- Lean.instToFormatName_lean = { format := fun (n : Lake.Name) => Std.Format.text n.toString }
Equations
- One or more equations did not get rendered due to their size.
Equations
- Lean.instToFormatProdNameDataValue = { format := fun (x : Lake.Name × Lean.DataValue) => match x with | (n, v) => Lean.format n ++ Std.Format.text " := " ++ Lean.format v }
Equations
- Lean.formatKVMap m = (Lean.Format.joinSep m.entries (Std.Format.text ", ")).sbracket
Instances For
Equations
- Lean.instToFormatKVMap = { format := Lean.formatKVMap }