Require syntax/parse since syntax/parse/define isn't used
This commit is contained in:
parent
da9927f9bc
commit
32786eb456
4
aand.rkt
4
aand.rkt
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user