Module Identifier.Constructor

type t = t_pv id
type t_pv = [
  1. | `Constructor of DataType.t * Names.ConstructorName.t
]