This commit is contained in:
Jon Rafkind 2010-05-06 18:55:40 -06:00
parent 64255032bb
commit 837f1e24e5

View File

@ -424,6 +424,7 @@
(define (X) (raise-syntax-error (syntax->datum #'name) "implement for this context"))
(values
;; this is sort of ugly, is there a better way?
;; foo
(cond
[(type-context? ctx) (X)]
[(type-or-expression-context? ctx) (X)]