Module Odoc_model.Reference

type path = [
  1. | `Root of string
  2. | `Dot of path * string
]
val read_path_longident : Location_.span -> string -> path Error.with_errors_and_warnings