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