Go to the first, previous, next, last section, table of contents.


Attributed variables

Author(s): Christian Holzbaur, Daniel Cabeza, Manuel Carro.

Version: 1.5#118 (2000/4/19, 18:13:43 CEST)

This library implements attributed variables, which provide a mechanism for extensible unification.

Usage and interface (attributes)

Documentation on exports (attributes)

PREDICATE: attach_attribute/2:

Usage 1: attach_attribute(Var,Attr)

Usage 2: attach_attribute(Var,Attr)

PREDICATE: get_attribute/2:

Usage 1: get_attribute(Var,Attr)

Usage 2: get_attribute(Var,Attr)

PREDICATE: update_attribute/2:

Usage 1: update_attribute(Var,Attr)

Usage 2: update_attribute(Var,Attr)

PREDICATE: detach_attribute/1:

Usage 1: detach_attribute(Var)

Usage 2: detach_attribute(Var)


Go to the first, previous, next, last section, table of contents.