Module Identifier.ModuleType

type t = t_pv id
type t_pv = [
  1. | `ModuleType of Signature.t * Names.ModuleTypeName.t
]
val equal : t -> t -> bool
val hash : t -> int
val compare : t -> t -> int