Fix typo in aggregate
module name
This commit is contained in:
parent
1e08a7ce05
commit
4183cd3d10
@ -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
|
||||||
|
Reference in New Issue
Block a user