Documentation

Lean.Elab.DocString.Builtin.Postponed

A name of an import that should be present for a delayed check.

  • name : Name

    The module to be imported

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

      A postponed check for an inline docstring element.

      • handler : Name

        The handler to call to carry out the check. It should be a PostponedCheckHandler.

      • The imports that should be available when the test is carried out.

      • info : Dynamic

        Information required to carry out the check.

      Instances For
        Equations
        • One or more equations did not get rendered due to their size.
        @[reducible, inline]

        A procedure to carry out some postponed check from a docstring.

        Equations
        Instances For

          Runs the postponed checks in all docstrings, reporting on the result.

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

            A postponed check that a syntax kind name exists.

            • name : Name

              The kind's name.

            Instances For

              A name that will be checked to exist later.

              • name : Name

                The name to check for.

              Instances For