some_recordedp never gets a third argument bound
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@726 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
@@ -578,7 +578,7 @@ predicate_property(Pred,Prop) :-
|
||||
\+ '$undefined'(P,M).
|
||||
'$predicate_property'(P,M,_,meta_predicate(P)) :-
|
||||
functor(P,Na,Ar),
|
||||
user:'$meta_predicate'(M,Na,Ar,P).
|
||||
'$meta_predicate'(M,Na,Ar,P).
|
||||
'$predicate_property'(P,M,_,multifile) :-
|
||||
'$is_multifile'(P,M).
|
||||
'$predicate_property'(P,Mod,M,imported_from(Mod)) :-
|
||||
|
Reference in New Issue
Block a user