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 Paths.Path.Resolved.t | 
| `Identifier of Paths.Identifier.Path.t * bool | 
| `Root of string | 
| `Forward of string | 
| `Dot of Paths.Path.Module.t * string | 
| `Apply of Paths.Path.Module.t * Paths.Path.Module.t | 
 ]