Module Procname.Erlang

type t = private {
  1. module_name : string;
  2. function_name : string;
  3. arity : int;
}