[Previous] [Up] [Next]
Go backward to Inconsistent Spelling
Go up to Common Errors
Go forward to Missing Procedures

Arity Differences

This happens for instance when you have decided to add another variable to a predicate definition because it is needed in a particular clause. You must remember to change all calls to the predicate. If you don't, the call will fail because the predicate is undefined.

What The Interpreter Says

(unless you are so unlucky that the misspelt word unifies with something else):

<a.von.klopp@bangor.ac.uk>

[Previous] [Up] [Next]