Next:
Prolog flags
Up:
Directives and Prolog Flags
Previous:
Table mode declaration
Contents
Index
Table strategy declaration
The declaration
:-eager_consume P/N.
changes the strategy to
eager
for
P/N
and the declaration
:-eager_consume.
changes the strategy to
eager
for all the predicates in the program. See Chapter
15
for the details.
Neng-Fa Zhou 2011-05-12