7 lines
55 B
Plaintext
7 lines
55 B
Plaintext
|
-b | -e -> -c.
|
||
|
|
||
|
|
||
|
c :- not c'.
|
||
|
c' :- not c.
|
||
|
|
||
|
d :- c, c'.
|