11.3.64 discontiguous/1 [ISO,declaration]

Synopsis

:- discontiguous +PredSpecs

Declares the clauses of the predicates defined by PredSpecs to be discontiguous in the source file (suppresses compile-time warnings).

Arguments

:PredSpecs
pred_spec_forest, must be ground

A predicate specification, or a list of such, or a sequence of such separated by commas.

Comments

discontiguous is not an ISO predefined prefix operator.

Exceptions

type_error
context_error
“declaration appeared in query”

See Also

Discontiguous Declarations.


Send feedback on this subject.