Make some of the dependencies in library predicates explicit.

This commit is contained in:
Paulo Moura
2010-09-25 23:34:47 +01:00
parent 889e14b46b
commit 8e4bb51be0
6 changed files with 9 additions and 8 deletions

View File

@@ -233,7 +233,7 @@
problog_tabling_get_negated_from_id/2,
op(1150, fx, problog_table)]).
:- use_module(library(lists)). % not necessary?
:- use_module(library(lists), [memberchk/2]).
:- use_module(extlists, _, [open_end_memberchk/2,
open_end_add/3,