☰
↑
←
→
🔍
TOC
The Ciao System
»
PART VI - Data structures and algorithms
»
Key-value lists
ON THIS PAGE
Usage and interface
Documentation on exports
Documentation on imports
Key-value lists
Usage and interface
Library usage:
:- use_module(library(keys)).
Exports:
Predicates:
keys_and_values/3
,
keys_and_values/4
,
key_lookup/4
.
Documentation on exports
PREDICATE
keys_and_values/3
No further documentation available for this predicate.
PREDICATE
keys_and_values/4
No further documentation available for this predicate.
PREDICATE
key_lookup/4
No further documentation available for this predicate.
Documentation on imports
This module has the following direct dependencies:
Packages:
prelude
,
initial
,
condcomp
,
assertions
,
assertions/assertions_basic
.