Small improvements to wording in comments
This commit is contained in:
parent
47acf084dd
commit
29777cdd0a
4
main.rkt
4
main.rkt
|
@ -14,8 +14,8 @@
|
|||
(for-template "private/define-syntax+simple-api.rkt")
|
||||
syntax/parse)
|
||||
|
||||
;; from syntax/parse, so that define-eh-alternative-mixin can recognize uses of
|
||||
;; (pattern …)
|
||||
;; re-provide pattern as provided by syntax/parse, so that
|
||||
;; define-eh-alternative-mixin can recognize uses of (pattern …)
|
||||
(provide pattern)
|
||||
|
||||
(provide #;define-splicing-syntax-class-with-eh-mixins
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
(attribute kw-not-number)])
|
||||
#t)
|
||||
|
||||
;; former tests from the documentation:
|
||||
;; former tests present in the documentation:
|
||||
|
||||
(check-equal?
|
||||
(syntax-parse #'(1 ya (2 #f 3) 4 yb (5 #f 6) yc 7)
|
||||
|
|
Loading…
Reference in New Issue
Block a user