add stx-utils
This commit is contained in:
parent
8f37dd7a34
commit
10b870085a
4
stx-utils.rkt
Normal file
4
stx-utils.rkt
Normal file
|
@ -0,0 +1,4 @@
|
|||
#lang racket/base
|
||||
(require syntax/stx)
|
||||
(provide (all-defined-out))
|
||||
(define (stx-cadr stx) (car (stx-cdr stx)))
|
Loading…
Reference in New Issue
Block a user