Fix typo in aggregate module name

This commit is contained in:
Paulo Moura 2014-07-24 09:46:47 +01:00
parent 1e08a7ce05
commit 4183cd3d10

View File

@ -29,7 +29,7 @@
the GNU General Public License. the GNU General Public License.
*/ */
:- module(aggretate, :- module(aggregate,
[ foreach/2, % :Generator, :Goal [ foreach/2, % :Generator, :Goal
aggregate/3, % +Templ, :Goal, -Result aggregate/3, % +Templ, :Goal, -Result
aggregate/4, % +Templ, +Discrim, :Goal, -Result aggregate/4, % +Templ, +Discrim, :Goal, -Result