Documentation
Lean
.
Meta
.
Reduce
Search
return to top
source
Imports
Lean.Meta.Basic
Lean.Meta.FunInfo
Lean.Util.MonadCache
Imported by
Lean
.
Meta
.
reduce
Lean
.
Meta
.
reduce
.
visit
Lean
.
Meta
.
reduceAll
source
def
Lean
.
Meta
.
reduce
(
e
:
Expr
)
(
explicitOnly
skipTypes
skipProofs
:
Bool
:=
true
)
:
MetaM
Expr
Equations
Instances For
source
partial def
Lean
.
Meta
.
reduce
.
visit
(
explicitOnly
skipTypes
skipProofs
:
Bool
:=
true
)
(
e
:
Expr
)
:
MonadCacheT
Expr
Expr
MetaM
Expr
source
def
Lean
.
Meta
.
reduceAll
(
e
:
Expr
)
:
MetaM
Expr
Equations
Instances For