apply should export all versions of maplist (#157)

This commit is contained in:
Vitor Santos Costa 2009-12-03 16:31:23 +00:00
parent e973a3ea40
commit dcf0c87e8a

View File

@ -2,7 +2,10 @@
:- module(apply,[]).
:- reexport(library(apply_macros),
[maplist/3,
[maplist/2,
maplist/3,
maplist/4,
maplist/5,
include/3,
exclude/3,
partition/4,