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