www

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

commit 10b870085a4b94f8a1aef0d8431a0b8cb0019edc
parent 8f37dd7a340f2adb0f70b1b18b576c57fa042d84
Author: Stephen Chang <stchang@ccs.neu.edu>
Date:   Mon,  4 Aug 2014 18:49:37 -0400

add stx-utils

Diffstat:
Astx-utils.rkt | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/stx-utils.rkt b/stx-utils.rkt @@ -0,0 +1,4 @@ +#lang racket/base +(require syntax/stx) +(provide (all-defined-out)) +(define (stx-cadr stx) (car (stx-cdr stx))) +\ No newline at end of file