fix meta decl to agree with new name.

This commit is contained in:
Vítor Santos Costa 2014-10-02 14:20:28 +01:00
parent e22b2febf4
commit 28c10dbefc

View File

@ -32,7 +32,7 @@ available by loading the
:- meta_predicate
filter(+,+,2),
file_filter(+,+,2),
file_filter_with_init(+,+,2,+,:),
file_filter_with_initialization(+,+,2,+,:),
process(+,1).
:- use_module(library(lists),