v3_core

DATA TYPES

attribute() = atom()
err_desc() = bad_binary | nomatch
fa() = {atom(), arity()}
form() = {function, integer(), atom(), arity(), term()} | {attribute, integer(), attribute(), term()}
warning() = {filename() (see module file), [{integer(), module(), term()}]}

Functions


module(X1::{module(), [fa()], [form()]}, Opts::[option() (see module compile)]) -> {ok, c_module() (see module cerl), [warning()]}

format_error(X1::err_desc()) -> nonempty_string()

View Functions