add stx-utils

This commit is contained in:
Stephen Chang 2014-08-04 18:49:37 -04:00
parent 8f37dd7a34
commit 10b870085a

4
stx-utils.rkt Normal file
View File

@ -0,0 +1,4 @@
#lang racket/base
(require syntax/stx)
(provide (all-defined-out))
(define (stx-cadr stx) (car (stx-cdr stx)))