Require syntax/parse since syntax/parse/define isn't used

This commit is contained in:
Georges Dupéron 2018-05-31 20:19:23 +02:00
parent da9927f9bc
commit 32786eb456
2 changed files with 5 additions and 5 deletions

View File

@ -3,8 +3,8 @@
(provide aand it)
(require anaphoric/it
anaphoric/aif
syntax/parse/define
(for-syntax racket/base))
(for-syntax racket/base
syntax/parse))
(define-syntax aand
(syntax-parser

View File

@ -2,9 +2,9 @@
(provide and-let)
(require syntax/parse/define
anaphoric/if-let
(for-syntax racket/base))
(require anaphoric/if-let
(for-syntax racket/base
syntax/parse))
(define-syntax and-let
(syntax-parser