jon.recoil.org

Module Reference.InstanceVariableSource

type t = [
  1. | `Resolved of Odoc_model.Paths.Reference.Resolved.InstanceVariable.t
  2. | `Root of string * [ `TInstanceVariable | `TUnknown ]
  3. | `Dot of Odoc_model.Paths.Reference.LabelParent.t * string
  4. | `InstanceVariable of Odoc_model.Paths.Reference.ClassSignature.t * Odoc_model.Names.InstanceVariableName.t
]