Module Reference.ValueSource
Source
type t = [ | `Resolved of Resolved.Value.t| `Root of string * [ `TValue | `TUnknown ]| `Dot of LabelParent.t * string| `Value of Signature.t * Names.ValueName.t
]