Getting a term in which variables are capital letters in Tau Prolog

前端 未结 0 907
北海茫月
北海茫月 2020-12-13 02:22

In the sandbox for Tau Prolog I have:

:- dynamic(p/2).

p(X, Y):- q(X, Y).
test(Z):- clause(p(_, _), Z), numbervars(Z, 0, _).

Which with the

相关标签:
回答
  • 消灭零回复
提交回复
热议问题