| all/1 | all(Mod) causes Mod to be recompiled with all its functions exported. |
| call/3 | Equivalent to apply / 3. |
| parse_transform/2 |
all(Mod::atom()) -> ok
all(Mod) causes Mod to be recompiled with all its functions exported.
call(M::atom(), F::atom(), A::[term()]) -> term()
Equivalent to apply / 3.
parse_transform(AbstractCode0, Opts) -> any()
Generated by EDoc