add (ice-9 curried definitions)
authorAndy Wingo <wingo@pobox.com>
Wed, 7 Apr 2010 22:36:53 +0000 (00:36 +0200)
committerAndy Wingo <wingo@pobox.com>
Wed, 7 Apr 2010 22:36:53 +0000 (00:36 +0200)
commit9225df3c551c9b28cf16f5c4aab8cf1183f44577
treea9f6bc13e11776537b2669d8929318a27d45abfe
parent8f44138ac6c91d9e20c3557ee6e5389900a7730e
add (ice-9 curried definitions)

* module/Makefile.am:
* module/ice-9/curried-definitions.scm: New module, implementing
  SICM-style currying.

* test-suite/Makefile.am:
* test-suite/tests/curried-definitions.test: A test.
module/Makefile.am
module/ice-9/curried-definitions.scm [new file with mode: 0644]
test-suite/Makefile.am
test-suite/tests/curried-definitions.test [new file with mode: 0644]