Patrick Lühne
20112317fd
This updates the examples to showcase the scope of anthem’s feature set. New examples are added concerning placeholders, hiding predicates, and simplifications related to integer variables.
6 lines
61 B
Plaintext
6 lines
61 B
Plaintext
s(X) :- p(X).
|
|
s(X) :- q(X).
|
|
|
|
#external p(1).
|
|
#external q(1).
|