package odoc

  1. Overview
  2. Docs

doc/odoc.model/Odoc_model/Paths/Path/Module/index.html

Module Path.ModuleSource

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