Update README.md
Remove non-package require
This commit is contained in:
parent
942f4d33ed
commit
d7df3f22b4
|
@ -14,8 +14,7 @@ Sometimes complex Racket macros need a way for their syntax to be extended. The
|
||||||
|
|
||||||
If a user of this macro wished for a way to specify a range of numbers as the arguments, the user must define their own version of call-each with support for ranges that expands to using the original call-each. However, this racket package provides a form, define-syntax-with-expanders:
|
If a user of this macro wished for a way to specify a range of numbers as the arguments, the user must define their own version of call-each with support for ranges that expands to using the original call-each. However, this racket package provides a form, define-syntax-with-expanders:
|
||||||
|
|
||||||
(require generic-syntax-expanders
|
(require generic-syntax-expanders)
|
||||||
(for-syntax racket/list))
|
|
||||||
|
|
||||||
(define-syntax-with-expanders call-each
|
(define-syntax-with-expanders call-each
|
||||||
(syntax-parser
|
(syntax-parser
|
||||||
|
|
Loading…
Reference in New Issue
Block a user