Module Path.ClassTypeSource
type ('lmod, 'lmodty, 'pty, 'lty) gen = [ | `Resolved of
('lmod, 'lmodty, 'pty, 'lty)
Odoc_model__.Paths_types.Resolved_path.class_type| `LocalTy of 'lty| `SubstitutedCT of
('lmod, 'lmodty, 'pty, 'lty) Odoc_model.Paths.Path.ClassType.gen| `Identifier of Odoc_model.Paths.Identifier.Path.ClassType.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
]