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:
William J. Bowman 2016-01-13 21:43:25 -05:00
parent fb39a88eac
commit fd52c764da
No known key found for this signature in database
GPG Key ID: DDD48D26958F0D1A

View File

@ -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