bprolog support

This commit is contained in:
Vítor Santos Costa
2011-10-27 12:38:22 +02:00
parent 20a1362bf8
commit 1769fc7313
3 changed files with 34 additions and 21 deletions

View File

@@ -38,9 +38,5 @@ term_hash(T,H) :-
subsumes_chk(X,Y) :-
\+ \+ subsumes(X,Y).
unifiable(X,Y,Z) :-
protected_unifiable(X,Y,Z), !.
unifiable(_,_,_) :- fail.