Module Path.ModuleSource

Sourcetype t = [
  1. | `Resolved of Resolved.Module.t
  2. | `Identifier of Identifier.Path.Module.t * bool
  3. | `Root of string
  4. | `Forward of string
  5. | `Dot of t * string
  6. | `Apply of t * t
]