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

@@ -276,7 +276,7 @@
hash_table_display/3,
problog_key_to_tuple/2]).
:- use_module(library(lists)).
:- use_module(library(lists), [member/2]).
%
% General use predicates
%