Did you know ... Search Documentation:
Search results for "assoc"
21 matches; Reference Manual: 20, Packages: 1(0.30 sec.)
Reference Manual
 
A.4 library(assoc): Association lists
del_assoc/4True if Key-Value is in Assoc0.Source
empty_assoc/1Is true if Assoc is the empty association list.Source
gen_assoc/3True if Key-Value is an association in Assoc.Source
get_assoc/3True if Key-Value is an association in Assoc.Source
get_assoc/5True if Key-Val0 is in Assoc0 and Key-Val is in Assoc.Source
is_assoc/1True if Assoc is an association list.Source
map_assoc/2True if Pred(Value) is true for all values in Assoc.Source
map_assoc/3Map corresponding values.Source
max_assoc/3True if Key-Value is in Assoc and Key is the largest key.Source
min_assoc/3True if Key-Value is in assoc and Key is the smallest key.Source
put_assoc/4Assoc is Assoc0, except that Key is associated with Value.Source
assoc_to_keys/2True if Keys is the list of keys in Assoc.Source
assoc_to_list/2Translate Assoc to a list Pairs of Key-Value pairs.Source
assoc_to_values/2True if Values is the list of values in Assoc.Source
del_max_assoc/4True if Key-Value is in Assoc0 and Key is the greatest key.Source
del_min_assoc/4True if Key-Value is in Assoc0 and Key is the smallest key.Source
list_to_assoc/2Create an association from a list Pairs of Key-Value pairs.Source
ord_list_to_assoc/2Assoc is created from an ordered list Pairs of Key-Value pairs.Source
Sec. A.4library(assoc): Association lists
F.2 Library predicates
Sec. F.2.4library(assoc)
 
Packages
 
SWI-Prolog HTTP support
openid_associate/3Calls openid_associate/4 as openid_associate(URL, Handle, Assoc, []).Source