[Erlang Systems]

proplists

MODULE

MODULE SUMMARY

DESCRIPTION

EXPORTS

append_values(Key, List) -> List

compact(List) -> List

delete(Key, List) -> List

expand(Expansions, List) -> List

get_all_values(Key, List) -> [term()]

get_bool(Key, List) -> bool()

get_keys(List) -> [term()]

get_value(Key, List) -> term()

get_value(Key, List, Default) -> term()

is_defined(Key, List) -> bool()

lookup(Key, List) -> none | tuple()

lookup_all(Key, List) -> [tuple()]

normalize(List, Stages) -> List

property(Property) -> Property

property(Key, Value) -> Property

substitute_aliases(Aliases, List) -> List

substitute_negations(Negations, List) -> List

unfold(List) -> List

AUTHORS


stdlib 1.11.0
Copyright © 1991-2002 Ericsson Utvecklings AB