Hello i am having an Erlang module that exports 2 methods with the same name but different arity:
Erlang
proc/1 and proc/2
proc/1
proc/2
When