Module Reference.Value

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