Module s2_export

Export functions from the REPL.

Description

Export functions from the REPL.

Function Index

all/1all(Mod) causes Mod to be recompiled with all its functions exported.
call/3Equivalent to apply / 3.
parse_transform/2

Function Details

all/1

all(Mod::atom()) -> ok

all(Mod) causes Mod to be recompiled with all its functions exported.

call/3

call(M::atom(), F::atom(), A::[term()]) -> term()

Equivalent to apply / 3.

parse_transform/2

parse_transform(AbstractCode0, Opts) -> any()


Generated by EDoc