Author(s): Daniel Cabeza, Manuel Hermenegildo.
Version: 1.11#222 (2004/5/24, 13:8:7 CEST)
Version of last change: 1.9#292 (2004/2/16, 14:52:52 CET)
This file defines the " modes" used in the documentation of the ISO-Prolog standard. See also section Classical Prolog modes for an alternative set of modes.
isomodes
)isomodes
)
Usage: + A
A
is currently a term which is not a free variable.
(term_typing:nonvar/1
)
Usage: @ A
A
is not further instantiated.
(basic_props:not_further_inst/2
)
Usage: - A
A
is a free variable.
(term_typing:var/1
)
Unspecified argument.
Unspecified argument.
Usage: A + X
undefined:call(X,A)
(undefined property)
Usage: @(A, X)
undefined:call(X,A)
(undefined property)
undefined:call(X,A)
(undefined property)
A
is not further instantiated.
(basic_props:not_further_inst/2
)
Usage: A - X
A
is a free variable.
(term_typing:var/1
)
undefined:call(X,A)
(undefined property)
Usage: ?(A, X)
undefined:call(X,A)
(undefined property)
undefined:call(X,A)
(undefined property)
Usage: A * X
undefined:call(X,A)
(undefined property)
Go to the first, previous, next, last section, table of contents.