Add `compose', `negate', and `const'.
authorLudovic Courtès <ludo@gnu.org>
Thu, 16 Dec 2010 14:14:33 +0000 (15:14 +0100)
committerLudovic Courtès <ludo@gnu.org>
Thu, 16 Dec 2010 22:45:23 +0000 (23:45 +0100)
commit18f06db925a67cb6b174a9210f7bed8adced4e00
treea4ca1837512a3c5a0f179d4f38f740f4792af601
parent0bfba83a038ba03924eb82841407d387310181d5
Add `compose', `negate', and `const'.

* module/ice-9/boot-9.scm (compose, negate, const): New procedures.

* doc/ref/api-procedures.texi (Higher-Order Functions): New node.

* test-suite/Makefile.am (SCM_TESTS): Add `tests/procs.test'.

* test-suite/tests/procs.test: New file.
doc/ref/api-procedures.texi
module/ice-9/boot-9.scm
test-suite/Makefile.am
test-suite/tests/procs.test [new file with mode: 0644]