Module Identifier.Module

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