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


Higher-order

Author(s): Daniel Cabeza Gras.

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

Version of last change: 1.9#226 (2003/12/22, 16:47:31 CET)

This module is a wrapper to the implementation defined predicate call/2

Usage and interface (hiord_rt)

Documentation on exports (hiord_rt)

PREDICATE: call/2:

call(Pred, Arg1)

There exists a set of builtin predicates of the form call/N with N > 1 which execute predicate Pred given arguments Arg1 ... ArgX. If Pred has already arguments Arg1 is added to the start, the rest to the end. This predicate, when Pred is a variable, can be written using the special Ciao syntax Pred(Arg1,...,ArgX).


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