Trigger propagator for (xor)/2

This commit is contained in:
notoria
2023-10-14 16:10:31 +02:00
committed by Mark
parent 669023914a
commit dc08c26d9f

View File

@@ -3591,7 +3591,7 @@ parse_reified(E, R, D,
m(A>>B) => [function(D,>>,A,B,R)],
m(A/\B) => [function(D,/\,A,B,R)],
m(A\/B) => [function(D,\/,A,B,R)],
m(xor(A, B)) => [function(D,xor,A,B,R)],
m(xor(A, B)) => [skeleton(A,B,D,R,pxor)],
g(true) => [g(domain_error(clpz_expression, E))]]
).