Documentation

Lean.Meta.Tactic.Grind.MarkAccessible

Return some originalName if name is a name generated by markAccessible. originalName is the original name before markAccessible was invoked.

Instances For
    Instances For

      Helper tactic for marking accessible names in the local context. This is a trick used during grind preprocessing when clean := false. Recall that during preprocessing, grind reverts all hypotheses and reintroduce them while normalizing and performing eager case splitting. When clean := false, we create a fresh user name unless the name was "marked" by this function.

      Instances For