Path.Value
type t = [
| `Resolved of Resolved.Value.t
| `Identifier of Identifier.Value.t * bool
| `Dot of Module.t * string
]