Blame view

code/asp/ex03.lp 44 Bytes
808facfe   Francisco Coelho   Main text adapted...
1
2
3
p(a) :- not p(b).
p(b) :- not p(a).
:- p(b).