more tidying

This commit is contained in:
Felix Dilke 2026-01-27 17:27:32 +00:00
parent 80024a533e
commit 94bc4f1faa

View File

@ -45,8 +45,9 @@ spec = do
[ "parent(\"alice\", \"bob\")."
, "parent(\"bob\", \"carol\")."
]
[ "ancestor(X,Y) :- parent(X,Y)."
, "ancestor(X,Y) :- parent(X,Z), ancestor(Z,Y)."
[
"ancestor(X,Y) :- parent(X,Z), ancestor(Z,Y)."
, "ancestor(X,Y) :- parent(X,Y)."
]
parentRelation =
Relation