Module Identifier.Value

type t = t_pv id
type t_pv = [
  1. | `Value of Signature.t * Names.ValueName.t
]