bug fixes

This commit is contained in:
Mark Thom
2017-02-02 15:53:06 -07:00
parent a56e82f94d
commit 23fc50417f

View File

@@ -53,6 +53,9 @@ l1> ?- p(Z, h(Z, w), f(Z)).
yes
l1> ?- p(z, h(Z, w), f(Z)).
no
l1> p(f(X), h(Y, f(a)), Y).
l1> ?- p(Z, h(Z, W), f(W)).
yes
l1> quit
```