trim requires

This commit is contained in:
Ryan Culpepper 2018-02-15 21:59:50 +01:00
parent 778b184526
commit 5f68f0d5a5

View File

@ -4,8 +4,7 @@
convention:hyphen->camelcase)
(require (for-syntax racket/base
racket/syntax
racket/string
syntax/parse))
racket/string))
(define-syntax (convention:hyphen->underscore id)
(format-id id (string-replace (symbol->string (syntax-e id)) "-" "_")))