www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 1d0c9b31b985ced42338c844a05b9487ce0aa9ff
parent 037524bcff225378ee34f303e6cfda702883d2b1
Author: AlexKnauth <alexander@knauth.org>
Date:   Mon, 20 Jul 2015 15:40:45 -0400

add based on partial from rackjure

Diffstat:
Mkw-utils/partial.rkt | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/kw-utils/partial.rkt b/kw-utils/partial.rkt @@ -11,6 +11,10 @@ (module+ test (require rackunit)) +;; based on partial from rackjure: +;; https://github.com/greghendershott/rackjure/blob/master/rackjure/utils.rkt +;; http://pkg-build.racket-lang.org/doc/rackjure/index.html#%28def._%28%28lib._rackjure%2Futils..rkt%29._partial%29%29 + (define (kw-proc name arity+kws proc) (procedure-reduce-arity+keywords (procedure-rename (make-keyword-procedure proc) name)