pull/175/head
Matthew Butterick 6 years ago
parent 06ef0e1f4e
commit 2506430244

@ -1 +1 @@
1524871811
1525128463

@ -9,7 +9,8 @@
;; If that name isn't already defined, you'll get the usual syntax error.
(define-syntax-rule (top~ . ID)
(make-default-tag-function 'ID))
;; #%app shouldn't be necessary, but temp fix for Racket7
(#%app make-default-tag-function 'ID))
(define-syntax (def/c stx)
(syntax-case stx ()

Loading…
Cancel
Save