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