Documentation
Lean
.
Meta
.
Tactic
.
Grind
.
Arith
.
Types
Search
return to top
source
Imports
Lean.Meta.Tactic.Grind.Arith.Cutsat.Types
Lean.Meta.Tactic.Grind.Arith.Offset.Types
Imported by
Lean
.
Meta
.
Grind
.
Arith
.
State
Lean
.
Meta
.
Grind
.
Arith
.
instInhabitedState
source
structure
Lean
.
Meta
.
Grind
.
Arith
.
State
:
Type
State for the arithmetic procedures.
offset :
Offset.State
cutsat :
Cutsat.State
Instances For
source
instance
Lean
.
Meta
.
Grind
.
Arith
.
instInhabitedState
:
Inhabited
State
Equations
Lean.Meta.Grind.Arith.instInhabitedState
=
{
default
:=
{
offset
:=
default
,
cutsat
:=
default
}
}