What is the idiomatic solution for parameterizing modules?

Tuple Calls - #16 by josevalim

For all purposes, it is an undocumented feature and it may be removed from Erlang anytime.

Tuple calls are already disabled by default on Erlang/OTP 21 and they explicitly require a @compile option on every module that needs them.

1 Like