Closed josevalim closed 3 years ago
@josevalim can you expand on this a bit?
Today we have both MFAs and functions types, I think it should be a single type and we have:
def apply({m, f, args}, extra), do: apply(m, f, extra ++ args) def apply(fun, extra), do: apply(fun, extra)
@josevalim can you expand on this a bit?