fix module problems (obs from Paulo Moura).

This commit is contained in:
Vitor Santos Costa 2009-06-10 11:36:28 -05:00
parent dd6426b3b9
commit 4b19db742d
2 changed files with 3 additions and 2 deletions

View File

@ -4,6 +4,8 @@
% Purpose: Macros to apply a predicate to all elements
% of a list or to all sub-terms of a term.
:- module(apply_macros, []).
:- reexport(maplist, [selectlist/3,
checklist/2,
maplist/2,

View File

@ -46,8 +46,7 @@
wdgraph_del_edges/3,
wdgraph_del_vertex/3,
wdgraph_edges/2,
wdgraph_neighbors/3,
wdgraph_symmetric_closure/2
wdgraph_neighbors/3
]).
:- use_module(library(rbtrees),