Paths.PathNormal OCaml paths (i.e. the ones present in types)
module Resolved : sig ... endmodule Module : sig ... endmodule ModuleType : sig ... endmodule Type : sig ... endmodule ClassType : sig ... endtype t = [ | `Resolved of Resolved.t| `Identifier of Identifier.Path.t * bool| `Root of string| `Forward of string| `Dot of Module.t * string| `Apply of Module.t * Module.t ]