replace (:) with 0 in meta-predicate declarations, remove support for (:) in meta-predicate declarations
This commit is contained in:
@@ -82,7 +82,7 @@ sleep(T) :-
|
||||
|
||||
% '$cpu_now' can be replaced by statistics/2 once that is implemented.
|
||||
|
||||
:- meta_predicate time(:).
|
||||
:- meta_predicate time(0).
|
||||
|
||||
time(Goal) :-
|
||||
'$cpu_now'(T0),
|
||||
|
||||
Reference in New Issue
Block a user