Identifier.Module
type t = t_pv id
type t_pv = [
| RootModule.t_pv
| `Module of Signature.t * Names.ModuleName.t
| `Parameter of Signature.t * Names.ModuleName.t
]
val equal : t -> t -> bool
val hash : t -> int
val compare : t -> t -> int