Remove forgotten parse-id
identifier
Looks like, it should be removed, because there is no such identifier exported from racket/match/gen-match (a parameter of `define-forms` now). Closes #808.
This commit is contained in:
parent
f7db183ab8
commit
7767ac64fd
|
@ -11,7 +11,7 @@
|
|||
|
||||
(begin-for-syntax
|
||||
(lazy-require [racket/match/patterns (bound-vars)]
|
||||
[racket/match/gen-match (go parse-id go/one)]))
|
||||
[racket/match/gen-match (go go/one)]))
|
||||
|
||||
(provide define-forms)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user