Module Path.Value

type t = [
  1. | `Resolved of Resolved.Value.t
  2. | `Dot of Module.t * string
]