View Source parse_trans_mod (parse_trans v3.4.2)
Summary
Types
-type compile_options() :: [term()].
-type erlang_form() :: term().
Functions
-spec abstract_code(binary()) -> erlang_form().
-spec beam_file(module()) -> binary().
-spec compile_and_load_forms(erlang_form()) -> ok.
-spec compile_and_load_forms(erlang_form(), compile_options()) -> ok.
-spec compile_options(binary() | module()) -> compile_options().
-spec rename_module(erlang_form(), module()) -> erlang_form().