aft-may25-2023/knowledge_bases/sr2.hmknf

10 lines
79 B
Plaintext
Raw Permalink Normal View History

2023-05-25 14:37:24 -06:00
# Generate some undefined atoms
a :- not a'.
a' :- not a.
:- a'.
b.
b :- a.