www

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

commit 1daa6dad8f14fb9a68c46a796ce2894688a9a106
parent 45a044bd6e916e5baf8f371b08f3c5965ef683bd
Author: JackFirth <jackhfirth@gmail.com>
Date:   Tue,  9 Dec 2014 18:10:00 -0800

Main definitions

Provide exported definition

Diffstat:
Mdefine-with-expanders.rkt | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/define-with-expanders.rkt b/define-with-expanders.rkt @@ -8,6 +8,8 @@ (for-syntax racket/base syntax/parse))) +(provide define-syntax-with-expanders) + (define-for-syntax (disp a) (displayln a) a) (define-for-syntax syntax-list? (and? syntax? (compose list? syntax->list)))