Documentation
Lean
.
Meta
.
Tactic
.
Simp
.
Arith
Search
return to top
source
Imports
Lean.Meta.Tactic.Simp.Arith.Int
Lean.Meta.Tactic.Simp.Arith.Nat
Imported by
Lean
.
Meta
.
Simp
.
Arith
.
parentIsTarget
source
def
Lean
.
Meta
.
Simp
.
Arith
.
parentIsTarget
(
parent?
:
Option
Expr
)
:
Bool
Equations
Lean.Meta.Simp.Arith.parentIsTarget
none
=
false
Lean.Meta.Simp.Arith.parentIsTarget
(
some
parent
)
=
(
Lean.Meta.Simp.Arith.isLinearTerm
parent
||
Lean.Meta.Simp.Arith.isLinearCnstr
parent
||
Lean.Meta.Simp.Arith.isDvdCnstr
parent
)
Instances For