Merge pull request #828 from triska/rebis-dev

enable meta_predicate/1 declarations
This commit is contained in:
Mark Thom
2021-02-18 12:21:21 -07:00
committed by GitHub

View File

@@ -63,11 +63,8 @@ Assocs are Key-Value associations implemented as a balanced binary tree
@author R.A.O'Keefe, L.Damas, V.S.Costa and Jan Wielemaker @author R.A.O'Keefe, L.Damas, V.S.Costa and Jan Wielemaker
*/ */
/* :- meta_predicate map_assoc(1, ?).
:- meta_predicate :- meta_predicate map_assoc(2, ?, ?).
map_assoc(1, ?),
map_assoc(2, ?, ?).
*/
%! empty_assoc(?Assoc) is semidet. %! empty_assoc(?Assoc) is semidet.
% %