Module Reference.Class

type t = [
  1. | `Class of Odoc_model__.Paths_types.Reference.signature * Odoc_model__.Names.ClassName.t
  2. | `Dot of Odoc_model__.Paths_types.Reference.label_parent * string
  3. | `Resolved of [ `Class of Odoc_model__.Paths_types.Resolved_reference.signature * Odoc_model__.Names.ClassName.t | `Identifier of [ `Class of Odoc_model__.Paths_types.Identifier.signature_pv Odoc_model__.Paths_types.id * Odoc_model__.Names.ClassName.t ] Odoc_model__.Paths_types.id ]
  4. | `Root of string * [ `TClass | `TUnknown ]
]