Module Identifier.Method

type t = t_pv id
type t_pv = [
  1. | `Method of ClassSignature.t * Names.MethodName.t
]