Path.Value
odoc
type t = [
| `Resolved of Resolved.Value.t
| `Identifier of Identifier.Value.t * bool
| `DotV of Module.t * Names.ValueName.t
]