Documentation

Aesop.Index.Basic

Equations
  • One or more equations did not get rendered due to their size.
Equations
  • One or more equations did not get rendered due to their size.
Equations
  • One or more equations did not get rendered due to their size.
Equations
  • One or more equations did not get rendered due to their size.
structure Aesop.IndexMatchResult (α : Type) :

A rule that, according to the index, should be applied to the current goal. In addition to the rule, this data structure contains information about how the rule should be applied. For example, if the rule has rule patterns, we report the substitutions obtained by matching the rule patterns against the current goal.

  • rule : α

    The rule that should be applied.

  • Goal locations where the rule matched. The rule's indexingMode determines which locations can be contained in this set.

  • patternSubsts? : Option (Std.HashSet Substitution)

    Pattern substitutions for this rule that were found in the goal. none iff the rule doesn't have a pattern.

Instances For
    Equations