-
.
Note: This predicate merely detects that some predicate is
never called with instantiated specific arguments during this run.
The user should verify whether the suggested -
arguments
are correct and typically complete the mode by changing ?
into +
(or -
) where applicable. Currently, in
SWI-Prolog, mode/1
declarations have no effect on the semantics of the code. In particular,
a predicate that declares some argument as -
may be called
with this argument instantiated. This may change in the future.
Spec | uses the same conventions as jiti_list/1. |