Path.Moduletype t = [ | `Resolved of Paths.Path.Resolved.Module.t | 
| `Identifier of Paths.Identifier.Path.Module.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 | 
 ]