Module Path.Kind

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