This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/library/apply.yap
2009-06-08 14:13:31 -05:00

12 lines
156 B
Prolog

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