Documentation

Mathlib.Tactic.Recover

Get all metavariables which mvarId depends on. These are the metavariables which occur in the target or local context or delayed assignment (if any) of mvarId, plus the metavariables which occur in these metavariables, etc.

Equations
Instances For

    Modifier recover for a tactic (sequence) to debug cases where goals are closed incorrectly. The tactic recover tacs for a tactic (sequence) tacs applies the tactics and then adds goals that are not closed starting from the original

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For