Creates a new variable in the cutsat module.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Lean.Meta.Grind.Arith.Cutsat.isInt e = do let __do_lift ← liftM (Lean.Meta.inferType e) liftM (Lean.Meta.isDefEq __do_lift (Lean.mkConst `Int))
Instances For
Equations
- Lean.Meta.Grind.Arith.Cutsat.isAdd e = do let __do_lift ← Lean.Meta.Grind.Arith.Cutsat.isAdd? e false pure __do_lift.isSome
Instances For
Equations
- Lean.Meta.Grind.Arith.Cutsat.isMul e = do let __do_lift ← Lean.Meta.Grind.Arith.Cutsat.isMul? e false pure __do_lift.isSome
Instances For
Equations
- One or more equations did not get rendered due to their size.