7 lines
49 B
Plaintext
7 lines
49 B
Plaintext
|
(a | b) -> (c & d).
|
||
|
|
||
|
a :- not b.
|
||
|
b :- not a.
|
||
|
|
||
|
a.
|