Module Reference.ClassSignature

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