]> Repositorios git - scryer-prolog.git/commitdiff
use round brackets around operators to form valid Prolog terms
authorMarkus Triska <[email protected]>
Tue, 10 Oct 2023 17:54:12 +0000 (19:54 +0200)
committerMarkus Triska <[email protected]>
Tue, 10 Oct 2023 19:32:45 +0000 (21:32 +0200)
src/lib/clpz.pl

index 2432d6b19c0303a3dff41e6e93c3165db06e6e92..faad7c0f5cd5a3e015667df9dfdd2d38f32d19d7 100644 (file)
@@ -3537,9 +3537,9 @@ L #\ R :- (L #\/ R) #/\ #\ (L #/\ R).
    d(D) that states D is 1 iff all subexpressions are defined. a(V)
    means that V is an auxiliary variable that was introduced while
    parsing a compound expression. a(X,V) means V is auxiliary unless
-   it is ==/2 X, and a(X,Y,V) means V is auxiliary unless it is ==/2 X
-   or Y. l(L) means the literal L occurs in the described list,
-   and ls(Ls) means the literals Ls occur in the described list.
+   it is (==)/2 X, and a(X,Y,V) means V is auxiliary unless it is
+   (==)/2 X or Y. l(L) means the literal L occurs in the described
+   list, and ls(Ls) means the literals Ls occur in the described list.
 
    When a constraint becomes entailed or subexpressions become
    undefined, created auxiliary constraints are killed, and the