Documentation
Lean
.
Meta
.
Tactic
.
Simp
.
BuiltinSimprocs
.
String
Search
Google site search
return to top
source
Imports
Lean.ToExpr
Lean.Meta.Tactic.Simp.BuiltinSimprocs.Char
Imported by
String
.
fromExpr?
String
.
reduceAppend
String
.
reduceMk
source
def
String
.
fromExpr?
(e :
Lean.Expr
)
:
Lean.Meta.SimpM
(
Option
String
)
Equations
String.fromExpr?
e
=
pure
(
Lean.Meta.getStringValue?
e
)
Instances For
source
def
String
.
reduceAppend
:
Lean.Meta.Simp.Simproc
Equations
One or more equations did not get rendered due to their size.
Instances For
source
def
String
.
reduceMk
:
Lean.Meta.Simp.Simproc
Equations
One or more equations did not get rendered due to their size.
Instances For