Documentation

Lean.Elab.Quotation

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

Transform sequence of pushes and appends into acceptable code

Equations
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.

In a single match step, we match the first discriminant against the "head" of the first pattern of the first alternative. This datatype describes what kind of check this involves, which helps other patterns decide if they are covered by the same check and don't have to be checked again (see also MatchResult).

Describe whether a pattern is covered by a head check (induced by the pattern itself or a different pattern).

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