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:
Vítor Santos Costa
2009-04-24 22:48:24 +01:00
parent 23e258bdd4
commit eef4b3cad2
2 changed files with 20 additions and 8 deletions

View File

@@ -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,