Module Resolved.Type
type t = [ | `Identifier of Odoc_model.Paths.Identifier.Path.Type.t| `Type of Odoc_model.Paths.Reference.Resolved.Signature.t * Odoc_model.Names.TypeName.t| `Class of Odoc_model.Paths.Reference.Resolved.Signature.t * Odoc_model.Names.TypeName.t| `ClassType of Odoc_model.Paths.Reference.Resolved.Signature.t * Odoc_model.Names.TypeName.t
]