jon.recoil.org

Module Reference.LabelSource

type t = [
  1. | `Resolved of Odoc_model.Paths.Reference.Resolved.Label.t
  2. | `Root of string * [ `TLabel | `TUnknown ]
  3. | `Dot of Odoc_model.Paths.Reference.LabelParent.t * string
  4. | `Label of Odoc_model.Paths.Reference.LabelParent.t * Odoc_model.Names.LabelName.t
]