Module Identifier.FunctorParameter

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