@term @=< @term  [ISO]

Tests whether the first argument is identical to or precedes the second argument (Term less than or equal).

see also: @> @>= == @< \== term precedence

Examples
short @=< shorter. succeeds
foo(a) @=< foo(a, b). succeeds
foo(b) @=< foo(a). fails

 

 

info@trinc-prolog.com