package odoc

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = [
  1. | `Resolved of Resolved.Module.t
  2. | `Identifier of Identifier.Path.Module.t * bool
  3. | `Substituted of t
  4. | `Root of Names.ModuleName.t
  5. | `Forward of string
  6. | `Dot of t * Names.ModuleName.t
  7. | `Apply of t * t
]
OCaml

Innovation. Community. Security.