Documentation
Lean
.
Meta
.
Tactic
.
Simp
.
BuiltinSimprocs
.
String
Search
return to top
source
Imports
Lean.ToExpr
Lean.Meta.Tactic.Simp.BuiltinSimprocs.Char
Imported by
String
.
fromExpr?
String
.
reduceAppend
String
.
reduceMk
String
.
reduceBinPred
String
.
reduceBoolPred
String
.
reduceLT
String
.
reduceLE
String
.
reduceGT
String
.
reduceGE
String
.
reduceEq
String
.
reduceNe
String
.
reduceBEq
String
.
reduceBNe
source
def
String
.
fromExpr?
(
e
:
Lean.Expr
)
:
Lean.Meta.SimpM
(
Option
String
)
Equations
Instances For
source
def
String
.
reduceAppend
:
Lean.Meta.Simp.DSimproc
Equations
Instances For
source
def
String
.
reduceMk
:
Lean.Meta.Simp.DSimproc
Equations
Instances For
source
@[inline]
def
String
.
reduceBinPred
(
declName
:
Lean.Name
)
(
arity
:
Nat
)
(
op
:
String
→
String
→
Bool
)
(
e
:
Lean.Expr
)
:
Lean.Meta.SimpM
Lean.Meta.Simp.Step
Equations
Instances For
source
@[inline]
def
String
.
reduceBoolPred
(
declName
:
Lean.Name
)
(
arity
:
Nat
)
(
op
:
String
→
String
→
Bool
)
(
e
:
Lean.Expr
)
:
Lean.Meta.SimpM
Lean.Meta.Simp.DStep
Equations
Instances For
source
def
String
.
reduceLT
:
Lean.Meta.Simp.Simproc
Equations
Instances For
source
def
String
.
reduceLE
:
Lean.Meta.Simp.Simproc
Equations
Instances For
source
def
String
.
reduceGT
:
Lean.Meta.Simp.Simproc
Equations
Instances For
source
def
String
.
reduceGE
:
Lean.Meta.Simp.Simproc
Equations
Instances For
source
def
String
.
reduceEq
:
Lean.Meta.Simp.Simproc
Equations
Instances For
source
def
String
.
reduceNe
:
Lean.Meta.Simp.Simproc
Equations
Instances For
source
def
String
.
reduceBEq
:
Lean.Meta.Simp.DSimproc
Equations
Instances For
source
def
String
.
reduceBNe
:
Lean.Meta.Simp.DSimproc
Equations
Instances For