Places
Home
Graphs
Prefixes
Admin
Users
Settings
Plugins
Statistics
Repository
Load local file
Load from HTTP
Load from library
Remove triples
Clear repository
RDF quality heuristics
Query
YASGUI SPARQL Editor
Simple Form
SWISH Prolog shell
Help
Documentation
Tutorial
Roadmap
HTTP Services
Login
A.4.3 Querying association lists
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
The SWI-Prolog library
library(assoc): Association lists
Querying association lists
get_assoc/3
get_assoc/5
max_assoc/3
min_assoc/3
gen_assoc/3
Packages
Availability:
:- use_module(
library(assoc)
).
(can be autoloaded)
[semidet]
get_assoc
(
+Key, +Assoc, -Value
)
True if
Key
-
Value
is an association in
Assoc
.
Errors
type_error(assoc, Assoc)
if
Assoc
is not an association list.
ClioPatria
(version
V3.1.1-40-g9d9e003
)