Module Path.ModuleSource
type ('lmod, 'lmodty, 'pty) gen = [ | `Resolved of ('lmod, 'lmodty, 'pty) Odoc_model.Paths.Path.Resolved.Module.t| `Identifier of Odoc_model.Paths.Identifier.Path.Module.t * bool| `LocalMod of 'lmod| `Substituted of ('lmod, 'lmodty, 'pty) Odoc_model.Paths.Path.Module.gen| `Root of Odoc_model.Names.ModuleName.t| `Forward of string| `Dot of
('lmod, 'lmodty, 'pty) Odoc_model.Paths.Path.Module.gen
* Odoc_model.Names.ModuleName.t| `Module of
'pty
* [ `Module of ('lmod, 'lmodty, 'pty) Odoc_model.Paths.Path.Resolved.Module.t
| `ModuleType of
('lmod, 'lmodty, 'pty) Odoc_model.Paths.Path.Resolved.ModuleType.t * 'pty
| `FragmentRoot of 'pty ]
* Odoc_model.Names.ModuleName.t| `Apply of
('lmod, 'lmodty, 'pty) Odoc_model.Paths.Path.Module.gen
* ('lmod, 'lmodty, 'pty) Odoc_model.Paths.Path.Module.gen
]