Documentation

Lean.Server.Completion.CompletionUtils

Returns true if the characters of a occur in b in order (not necessarily contiguously), compared case-insensitively via Char.toLower.

This function assumes that a and b have size at most USize.size, which should be a safe assumption.

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

        Get type names for resolving id in s.id x₁ ... xₙ notation.

        Equations
        Instances For

          Gets type names for resolving id in .id x₁ ... xₙ notation. The process mimics the dotted identifier notation elaboration procedure at Lean.Elab.App. Catches and ignores all errors, so no need to run this within try/catch.

          Equations
          Instances For