fix apply_macros calling maplist (not that it is very much used, most
of always will go through expand_macros).
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
% Purpose: Macros to apply a predicate to all elements
|
||||
% of a list or to all sub-terms of a term.
|
||||
|
||||
:- reexport(apply_macros, [selectlist/3,
|
||||
:- reexport(library(maplist), [selectlist/3,
|
||||
checklist/2,
|
||||
maplist/2,
|
||||
maplist/3,
|
||||
|
Reference in New Issue
Block a user