Module Resolved.Type
type t = [ | `Identifier of Odoc_model.Paths.Identifier.Path.Type.t| `SubstitutedT of Odoc_model.Paths.Path.Resolved.Type.t| `SubstitutedCT of Odoc_model__.Paths_types.Resolved_path.class_type| `CanonicalType of Odoc_model.Paths.Path.Resolved.Type.t * Odoc_model.Paths.Path.Type.t| `Type of Odoc_model.Paths.Path.Resolved.Module.t * Odoc_model.Names.TypeName.t| `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| `CoreType of Odoc_model.Names.TypeName.t
]