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
]