Equations
- Lean.Meta.Grind.addEq lhs rhs proof = Lean.Meta.Grind.addEqCore✝ lhs rhs proof false
Instances For
Equations
- Lean.Meta.Grind.addHEq lhs rhs proof = Lean.Meta.Grind.addEqCore✝ lhs rhs proof true
Instances For
Adds a new hypothesis.
Equations
- Lean.Meta.Grind.addHypothesis fvarId generation = do let __do_lift ← liftM fvarId.getType Lean.Meta.Grind.add __do_lift (Lean.mkFVar fvarId) generation