[erlang-questions] distinguishing function by arity

DougEdmunds dougedmunds@REDACTED
Mon May 12 21:58:48 CEST 2008


Is there a performance hit caused by
using the same function name with
alternative arities (such as add/2, add/3)
instead of using different function
names (such as add2/2, add3/3)?

-- dae



More information about the erlang-questions mailing list