Documentation
Lean
.
Data
.
Format
Search
return to top
source
Imports
Lean.Data.Options
Imported by
Std
.
Format
.
getWidth
Std
.
Format
.
getIndent
Std
.
Format
.
getUnicode
Std
.
Format
.
format
.
width
Std
.
Format
.
format
.
unicode
Std
.
Format
.
format
.
indent
Std
.
Format
.
pretty'
Lean
.
instToFormatName_lean
Lean
.
instToFormatDataValue
Lean
.
instToFormatProdNameDataValue
Lean
.
formatKVMap
Lean
.
instToFormatKVMap
source
def
Std
.
Format
.
getWidth
(
o
:
Lean.Options
)
:
Nat
Equations
Instances For
source
def
Std
.
Format
.
getIndent
(
o
:
Lean.Options
)
:
Nat
Equations
Instances For
source
def
Std
.
Format
.
getUnicode
(
o
:
Lean.Options
)
:
Bool
Equations
Instances For
source
opaque
Std
.
Format
.
format
.
width
:
Lean.Option
Nat
source
opaque
Std
.
Format
.
format
.
unicode
:
Lean.Option
Bool
source
opaque
Std
.
Format
.
format
.
indent
:
Lean.Option
Nat
source
def
Std
.
Format
.
pretty'
(
f
:
Format
)
(
o
:
Lean.Options
:=
{
}
)
:
String
Equations
Instances For
source
instance
Lean
.
instToFormatName_lean
:
ToFormat
Name
Equations
source
instance
Lean
.
instToFormatDataValue
:
ToFormat
DataValue
Equations
source
instance
Lean
.
instToFormatProdNameDataValue
:
ToFormat
(
Name
×
DataValue
)
Equations
source
def
Lean
.
formatKVMap
(
m
:
KVMap
)
:
Format
Equations
Instances For
source
instance
Lean
.
instToFormatKVMap
:
ToFormat
KVMap
Equations