Module Path.ModuleSource
type t = [ | `Resolved of Odoc_model.Paths.Path.Resolved.Module.t| `Identifier of Odoc_model.Paths.Identifier.Path.Module.t * bool| `Substituted of Odoc_model.Paths.Path.Module.t| `Root of Odoc_model.Names.ModuleName.t| `Forward of string| `Dot of Odoc_model.Paths.Path.Module.t * Odoc_model.Names.ModuleName.t| `Apply of Odoc_model.Paths.Path.Module.t * Odoc_model.Paths.Path.Module.t
]