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


Term manipulation utilities

Author(s): The CLIP Group.

Version: 1.11#222 (2004/5/24, 13:8:7 CEST)

Version of last change: 1.11#94 (2003/12/21, 18:44:37 CET)

This module implements some utils to do term manipulation.

Usage and interface (terms)

Documentation on exports (terms)

PREDICATE: copy_args/3:

Usage: copy_args(N, Term, Copy)

PREDICATE: arg/2:

Usage: arg(Term, Arg)

PREDICATE: atom_concat/2:

atom_concat(Atms, Atm)

Atm is the atom resulting from concatenating all atoms in the list Atms in the order in which they appear.


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