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) (provide aand it)
(require anaphoric/it (require anaphoric/it
anaphoric/aif anaphoric/aif
syntax/parse/define (for-syntax racket/base
(for-syntax racket/base)) syntax/parse))
(define-syntax aand (define-syntax aand
(syntax-parser (syntax-parser

View File

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