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


Basic term manipulation

Author(s): Daniel Cabeza, Manuel Hermenegildo.

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

Version of last change: 1.11#170 (2004/2/3, 21:41:49 CET)

This module provides basic term manipulation.

Usage and interface (term_basic)

Documentation on exports (term_basic)

PREDICATE: =/2:

Usage: X = Y * ISO *

PREDICATE: arg/3:

Usage: arg(ArgNo, Term, Arg) * ISO *

PREDICATE: functor/3:

Usage 1: functor(Term, Name, Arity) * ISO *

Usage 2: functor(Term, Name, Arity)

Usage 3: functor(Term, Name, Arity)

PREDICATE: =../2:

Usage 1: Term =.. List * ISO *

Usage 2: Term =.. List

Usage 3: Arg1 =.. List

PREDICATE: copy_term/2:

Usage: copy_term(Term, Copy) * ISO *

PREDICATE: C/3:

Usage: C(S1, Terminal, S2)


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