fix module problems (obs from Paulo Moura).
This commit is contained in:
parent
dd6426b3b9
commit
4b19db742d
@ -4,6 +4,8 @@
|
|||||||
% Purpose: Macros to apply a predicate to all elements
|
% Purpose: Macros to apply a predicate to all elements
|
||||||
% of a list or to all sub-terms of a term.
|
% of a list or to all sub-terms of a term.
|
||||||
|
|
||||||
|
:- module(apply_macros, []).
|
||||||
|
|
||||||
:- reexport(maplist, [selectlist/3,
|
:- reexport(maplist, [selectlist/3,
|
||||||
checklist/2,
|
checklist/2,
|
||||||
maplist/2,
|
maplist/2,
|
||||||
|
@ -46,8 +46,7 @@
|
|||||||
wdgraph_del_edges/3,
|
wdgraph_del_edges/3,
|
||||||
wdgraph_del_vertex/3,
|
wdgraph_del_vertex/3,
|
||||||
wdgraph_edges/2,
|
wdgraph_edges/2,
|
||||||
wdgraph_neighbors/3,
|
wdgraph_neighbors/3
|
||||||
wdgraph_symmetric_closure/2
|
|
||||||
]).
|
]).
|
||||||
|
|
||||||
:- use_module(library(rbtrees),
|
:- use_module(library(rbtrees),
|
||||||
|
Reference in New Issue
Block a user