Utils for working with mfa/0.
mfa/0
Define a guard clause for working with mfa/0.
Define a check for pattern matching on mfa/0.
t() :: mfa()
is_mfa(any()) :: Macro.t()
iex> is_mfa({Kernel, :+, 2}) true iex> is_mfa([]) false
mfa?(any()) :: boolean()