Module Path.TypeSource
type ('lmod, 'lmodty, 'pty, 'lty) gen = [ | `Resolved of ('lmod, 'lmodty, 'pty, 'lty) Odoc_model.Paths.Path.Resolved.Type.t| `LocalTy of 'lty| `SubstitutedT of ('lmod, 'lmodty, 'pty, 'lty) Odoc_model.Paths.Path.Type.gen| `SubstitutedCT of
('lmod, 'lmodty, 'pty, 'lty) Odoc_model.Paths.Path.ClassType.gen| `Identifier of Odoc_model.Paths.Identifier.Path.Type.t * bool| `DotT of
('lmod, 'lmodty, 'pty) Odoc_model.Paths.Path.Module.gen
* Odoc_model.Names.TypeName.t| `Type 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.TypeName.t
]