Checkpoint
This commit is contained in:
parent
438af6c053
commit
6eca9dfcb7
25 changed files with 309 additions and 113 deletions
|
@ -1,4 +1,3 @@
|
|||
likes(mary, john).
|
||||
likes(john, mary).
|
||||
|
||||
X :- likes(mary, X).
|
||||
a.
|
||||
f(a).
|
||||
f(X, _) :- X.
|
||||
|
|
Reference in a new issue