Places
Home
Graphs
Prefixes
Admin
Users
Settings
Plugins
Statistics
Repository
Load local file
Load from HTTP
Load from library
Remove triples
Clear repository
Query
YASGUI SPARQL Editor
Simple Form
SWISH Prolog shell
Help
Documentation
Tutorial
Roadmap
HTTP Services
Login
A.4.6 Reasoning about association lists and their elements
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
The SWI-Prolog library
library(assoc): Association lists
Reasoning about association lists and their elements
is_assoc/1
map_assoc/2
map_assoc/3
Packages
Availability:
:- use_module(
library(assoc)
).
(can be autoloaded)
[semidet]
map_assoc
(
:Pred, +Assoc0, ?Assoc
)
Map corresponding values. True if
Assoc
is
Assoc0
with
Pred
applied to all corresponding pairs of of values.
ClioPatria
(version
no GIT?
)