This file defines a number of very simple ``modes'' which are frequently useful in programs. These correspond to some of the modes used in classical Prolog texts with simple addtions. Note that some of these modes use the same symbol as one of the modes and isomodes packages (see Classical Prolog modes and ISO-Prolog modes) but have in some cases subtly different meaning.
Usage:+A
Usage:-A
Usage:@(A)
Usage:in(A)
Usage:out(A)
Usage:go(A)
Usage:A+X
Usage:A-X
Usage:?(A,X)
Usage:@(A,X)
Usage:in(A,X)
Usage:out(A,X)
Usage:go(A,X)