Absint.ProcnameDispatcher
module type Common = sig ... end
module type NameCommon = sig ... end
module ProcName :
NameCommon
with type ('context, 'f, 'arg_payload) dispatcher =
'context ->
IR.Procname.t ->
'f option
module TypName :
NameCommon
with type ('context, 'f, 'arg_payload) dispatcher =
'context ->
IR.Typ.name ->
'f option
module Call : sig ... end