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


Basic term manipulation

Author(s): Daniel Cabeza, Manuel Hermenegildo.

Version: 1.10#7 (2006/4/26, 19:22:13 CEST)

Version of last change: 1.9#191 (2003/12/19, 16:47:39 CET)

This module provides basic term manipulation.

Usage and interface (term_basic)

Documentation on exports (term_basic)

PROPERTY: =/2:

Usage: X = Y * ISO *

PREDICATE: arg/3:

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

PREDICATE: functor/3:

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

PREDICATE: =../2:

Usage: ?Term =.. ?List * ISO *

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.