Rename variable in example for consistency

This commit is contained in:
Patrick Lühne 2020-05-18 01:09:15 +02:00
parent 82422cc28f
commit 7361084eaf
Signed by: patrick
GPG Key ID: 05F3611E97A70ABF
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@
:- I != J, in(I), in(J), s(X, I), s(X, J).
covered(X) :- in(I), s(X, I).
:- s(X, Y), not covered(X).
:- s(X, I), not covered(X).