Module Path.Kind

type t = private
| External of External.t
| Local of Local.t
val of_string : string -> t