Documentation
Lean
.
Meta
.
Tactic
.
Grind
.
Arith
.
Cutsat
.
Foreign
Search
return to top
source
Imports
Lean.Meta.Tactic.Grind.Arith.Cutsat.Util
Imported by
Lean
.
Meta
.
Grind
.
Arith
.
Cutsat
.
mkForeignVar
Lean
.
Meta
.
Grind
.
Arith
.
Cutsat
.
foreignTerm?
Lean
.
Meta
.
Grind
.
Arith
.
Cutsat
.
hasForeignVar
Lean
.
Meta
.
Grind
.
Arith
.
Cutsat
.
foreignTermOrLit?
Lean
.
Meta
.
Grind
.
Arith
.
Cutsat
.
getForeignVars
Lean
.
Meta
.
Grind
.
Arith
.
Cutsat
.
ForeignType
.
denoteType
source
def
Lean
.
Meta
.
Grind
.
Arith
.
Cutsat
.
mkForeignVar
(
e
:
Expr
)
(
t
:
ForeignType
)
:
GoalM
Var
Equations
Instances For
source
def
Lean
.
Meta
.
Grind
.
Arith
.
Cutsat
.
foreignTerm?
(
e
:
Expr
)
:
GoalM
(
Option
ForeignType
)
Equations
Instances For
source
def
Lean
.
Meta
.
Grind
.
Arith
.
Cutsat
.
hasForeignVar
(
e
:
Expr
)
:
GoalM
Bool
Equations
Instances For
source
def
Lean
.
Meta
.
Grind
.
Arith
.
Cutsat
.
foreignTermOrLit?
(
e
:
Expr
)
:
GoalM
(
Option
ForeignType
)
Equations
Instances For
source
def
Lean
.
Meta
.
Grind
.
Arith
.
Cutsat
.
getForeignVars
(
t
:
ForeignType
)
:
GoalM
(
PArray
Expr
)
Equations
Instances For
source
def
Lean
.
Meta
.
Grind
.
Arith
.
Cutsat
.
ForeignType
.
denoteType
:
ForeignType
→
Expr
Equations
Instances For