Remove unused code.

(cherry picked from commit 187dc63493)
This commit is contained in:
Sam Tobin-Hochstadt 2011-04-18 15:40:20 -04:00 committed by Eli Barzilay
parent 14ba5fb38a
commit d61e0e4c5c

View File

@ -9,18 +9,6 @@
(provide :)
(define-syntax (: stx)
(define-syntax-class arr
(pattern x:id
#:fail-unless (eq? (syntax-e #'x) '->) #f
#:fail-unless (printf "id: ~a ~a\n"
(identifier-binding #'All-kw)
(identifier-transformer-binding #'All-kw))
#f
#:fail-unless (printf "kw: ~a ~a\n"
(identifier-binding #'t:All)
(identifier-transformer-binding #'t:All))
#f
#:fail-when #t #f))
(define stx*
;; make it possible to add another colon after the id for clarity
;; and in that case, a `->' on the RHS does not need to be