Documentation

Lean.Meta.KAbstract

Abstract occurrences of p in e. We detect subterms equivalent to p using key-matching. That is, only perform isDefEq tests when the head symbol of substerm is equivalent to head symbol of p.

By default, all occurrences are abstracted, but this behavior can be controlled using the occs parameter.

All matches of p in e are considered for occurrences, but at the first match (whether included in the occurrences or not) metavariables appearing in p (or e) may become instantiated, affecting the possibility of subsequent matches.

Instances For