apply should export all versions of maplist (#157)
This commit is contained in:
parent
e973a3ea40
commit
dcf0c87e8a
@ -2,7 +2,10 @@
|
|||||||
:- module(apply,[]).
|
:- module(apply,[]).
|
||||||
|
|
||||||
:- reexport(library(apply_macros),
|
:- reexport(library(apply_macros),
|
||||||
[maplist/3,
|
[maplist/2,
|
||||||
|
maplist/3,
|
||||||
|
maplist/4,
|
||||||
|
maplist/5,
|
||||||
include/3,
|
include/3,
|
||||||
exclude/3,
|
exclude/3,
|
||||||
partition/4,
|
partition/4,
|
||||||
|
Reference in New Issue
Block a user