fix grammer expansion.

This commit is contained in:
Vitor Santos Costa
2009-04-24 21:41:26 -05:00
parent fadec66d2c
commit 065a88d0cc
2 changed files with 5 additions and 2 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(library(maplist), [selectlist/3,
:- reexport(maplist, [selectlist/3,
checklist/2,
maplist/2,
maplist/3,
@@ -24,6 +24,6 @@
]).
:- use_module(library(expand_macros)).
:- use_module(expand_macros,[]).