Fixed some meta_predicate/1 directives (goals are represented by "0", not ":".
This commit is contained in:
parent
5aa652d21e
commit
5332cc45fb
@ -135,7 +135,7 @@ key_statistics(Key, NOfEntries, TotalSize) :-
|
||||
% Based on the SWI-Prolog definition minus reporting the number of inferences,
|
||||
% which YAP does not currently supports
|
||||
|
||||
:- meta_predicate time(:).
|
||||
:- meta_predicate time(0).
|
||||
|
||||
time(Goal) :-
|
||||
var(Goal),
|
||||
|
@ -12,9 +12,9 @@
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
|
||||
:- meta_predicate
|
||||
parallel(:),
|
||||
parallel_findall(?,:,?),
|
||||
parallel_once(:).
|
||||
parallel(0),
|
||||
parallel_findall(?,0,?),
|
||||
parallel_once(0).
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user