Documentation

ImportGraph.RequiredModules

Return the name of the module in which a declaration was defined.

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

    Return the names of the modules in which constants used in the specified declaration were defined.

    Note that this will not account for tactics and syntax used in the declaration, so the results may not suffice as imports.

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

      Return the names of the constants used in the specified declaration, and the constants they use transitively.

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

        Return the names of the modules in which constants used transitively in the specified declaration were defined.

        Note that this will not account for tactics and syntax used in the declaration, so the results may not suffice as imports.

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

          Finds all constants defined in the specified module, and identifies all modules containing constants which are transitively required by those constants.

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

            Return the names of the modules in which constants used in the current file were defined.

            Note that this will not account for tactics and syntax used in the file, so the results may not suffice as imports.

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