Module Path.Value

type t = [
  1. | `Dot of Odoc_model__.Paths_types.Path.module_ * string
  2. | `Resolved of [ `Value of Odoc_model__.Paths_types.Resolved_path.module_ * Odoc_model__.Names.ValueName.t ]
]