Module IR.ProcnameDispatcher
- and end_of_list
- type ('context, 'f_in, 'f_out, 'arg_payload) name_matcher
- type ('f_in, 'f_out_in_out, 'list_constraint) template_arg
- type ('context, 'f_in, 'f_out, 'list_constraint, 'arg_payload) templ_matcher
module type Common = sig ... endmodule type NameCommon = sig ... endmodule ProcName : NameCommon with type ('context, 'f, 'arg_payload) dispatcher = 'context -> Procname.t -> 'f optionmodule TypName : NameCommon with type ('context, 'f, 'arg_payload) dispatcher = 'context -> Typ.name -> 'f optionmodule Call : sig ... end