Returns true
if e
is of the form Nat
Equations
- Lean.Meta.Grind.Arith.isNatType e = e.isConstOf `Nat
Instances For
Returns true
if e
is of the form Int
Equations
- Lean.Meta.Grind.Arith.isIntType e = e.isConstOf `Int
Instances For
Returns true
if e
is of the form @instHAdd Nat instAddNat
Equations
- One or more equations did not get rendered due to their size.
Instances For
Returns true
if e
is instLENat
Equations
- Lean.Meta.Grind.Arith.isInstLENat e = e.isConstOf `instLENat
Instances For
Equations
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Quote e
using 「
and 」
if e
is an arithmetic term that is being treated as a variable.