This commit is contained in:
Vítor Santos Costa
2014-09-09 23:55:13 -05:00
parent b26b5b1b7d
commit 87e36bcfe2
2 changed files with 4 additions and 2 deletions

View File

@@ -64,7 +64,8 @@
:- use_module(library(lists),
[member/2,
append/3,
delete/3
delete/3,
sum_list/2
]).
:- use_module(library(maplist)).