Close given goal using Eq.refl
.
Equations
- One or more equations did not get rendered due to their size.
Equations
- Lean.Meta.refl mvarId = Lean.MVarId.refl mvarId
def
Lean.MVarId.applyRefl
(mvarId : Lean.MVarId)
(msg : optParam Lean.MessageData (Function.comp Lean.MessageData.ofFormat Std.format "refl failed"))
:
Equations
- Lean.MVarId.applyRefl mvarId msg = tryCatch (Lean.MVarId.refl mvarId) fun x => Lean.throwError msg
Try to apply heq_of_eq
. If successful, then return new goal, otherwise return mvarId
.
Equations
- One or more equations did not get rendered due to their size.
Try to apply eq_of_heq
. If successful, then return new goal, otherwise return mvarId
.
Equations
- One or more equations did not get rendered due to their size.
Close given goal using HEq.refl
.
Equations
- One or more equations did not get rendered due to their size.