4.3.4.4 Discontiguous Declarations

By default, the development system issues warnings if it encounters clauses that are not together for some predicate. A declaration:

     :- discontiguous :PredSpec, ..., :PredSpec.  ISO

disables such warnings for the predicates specified by each PredSpec. The warnings can also be disabled globally by setting the discontiguous_warnings flag to off.


Send feedback on this subject.