delete obsolete comment

pull/27/head
Matthew Butterick 10 years ago
parent e311d4e362
commit 1c893f6af1

@ -11,13 +11,10 @@
(provide (except-out (all-defined-out) top~)
(rename-out (top~ #%top)))
;; Allow tag attributes to be specified as follows:
;; @foo['shape: "square" 'color: "red"]{hello}
(define-syntax (top~ stx)
(syntax-case stx ()
[(_ . id) #'(make-tag-function 'id)]))
(define-syntax (def/c stx)
(syntax-case stx ()
[(_ x)

Loading…
Cancel
Save