Fixed bug in define-relation
Previously, define-relation would not accept declarations with types that did not match syntax-class id
This commit is contained in:
parent
fb39a88eac
commit
fd52c764da
|
@ -27,7 +27,7 @@
|
|||
x:id
|
||||
#:fail-unless (regexp-match #rx"-+" (symbol->string (syntax-e #'x))) "Invalid dash"))
|
||||
|
||||
(define-syntax-class decl (pattern (x:id (~datum :) t:id)))
|
||||
(define-syntax-class decl (pattern (x:id (~datum :) t)))
|
||||
|
||||
;; TODO: Automatically infer decl ... by binding all free identifiers?
|
||||
;; TODO: Automatically infer decl ... for meta-variables that are the
|
||||
|
|
Loading…
Reference in New Issue
Block a user