Module Resolved.ClassType
type t = [ | `Identifier of Odoc_model.Paths.Identifier.Path.ClassType.t| `SubstitutedCT of Odoc_model__.Paths_types.Resolved_path.class_type| `Class of Odoc_model.Paths.Path.Resolved.Module.t * Odoc_model.Names.TypeName.t| `ClassType of Odoc_model.Paths.Path.Resolved.Module.t * Odoc_model.Names.TypeName.t
]