edoc_types

Datatype representation for EDoc.

Datatype representation for EDoc.

DATA TYPES

t_atom() = #t_atom{a=list(), val=atom()}
t_def() = #t_def{name=t_name(), type=type()}
t_field() = #t_field{a=list(), name=type(), type=type()}
t_float() = #t_float{a=list(), val=float()}
t_fun() = #t_fun{a=list(), args=[type()], range=type()}
t_integer() = #t_integer{a=list(), val=integer()}
t_list() = #t_list{a=list(), type=type()}
t_nil() = #t_nil{a=list()}
t_record() = #t_list{a=list(), name=type(), fields=[field()]}
t_spec() = #t_spec{name=t_name(), type=t_type(), defs=[t_def()]}
t_throws() = #t_throws{type=type(), defs=[t_def()]}
t_tuple() = #t_tuple{a=list(), types=[type()]}
t_type() = #t_type{a=list(), name=t_name(), args=[type()]}
t_typedef() = #t_typedef{name=t_name(), args=[type()], type=type(), defs=[t_def()]}
t_union() = #t_union{a=list(), types=[type()]}
t_var() = #t_var{a=list(), name=[] | atom()}
type() = t_atom() | t_fun() | t_integer() | t_list() | t_nil() | t_tuple() | t_type() | t_union() | t_var()

Functions


arg_descs(S) -> term()

arg_names(S) -> term()

is_predefined(X1) -> term()

range_desc(T_spec) -> term()

set_arg_names(S, Ns) -> term()

to_label(N) -> term()

to_ref(T_typedef) -> term()

to_xml(T_var, Env) -> term()

See also

edoc

Richard Carlsson richardc@it.uu.se
View Functions