add meta_predicate declaration for with_locals/2
This commit is contained in:
@@ -177,6 +177,8 @@ array_type(ElemType, Len, ArrayType) :-
|
|||||||
assertz(is_array_type_defined(ArrayType))
|
assertz(is_array_type_defined(ArrayType))
|
||||||
).
|
).
|
||||||
|
|
||||||
|
:- meta_predicate(with_locals(?, 0)).
|
||||||
|
|
||||||
%% with_locals(+Locals, :Goal)
|
%% with_locals(+Locals, :Goal)
|
||||||
%
|
%
|
||||||
% Allocate the Locals, evaluate the Goal and deallocate the Locals.
|
% Allocate the Locals, evaluate the Goal and deallocate the Locals.
|
||||||
|
|||||||
Reference in New Issue
Block a user