Module Path.ModuleTypeSource
type ('lmod, 'lmodty, 'pty) gen = [ | `Resolved of ('lmod, 'lmodty, 'pty) Odoc_model.Paths.Path.Resolved.ModuleType.t| `LocalModTy of 'lmodty| `SubstitutedMT of ('lmod, 'lmodty, 'pty) Odoc_model.Paths.Path.ModuleType.gen| `Identifier of Odoc_model.Paths.Identifier.Path.ModuleType.t * bool| `DotMT of
('lmod, 'lmodty, 'pty) Odoc_model.Paths.Path.Module.gen
* Odoc_model.Names.ModuleTypeName.t| `ModuleType 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.ModuleTypeName.t
]