commit ad02e586ad05d753479764dd3ad76a9c75311316 parent 3d422803f6a1b0404168c0454d8fdb76aaa8fb97 Author: Stephen Chang <stchang216@gmail.com> Date: Fri, 12 Jun 2015 19:33:06 -0400 small cleanup Diffstat:
| M | tapl/typecheck.rkt | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/tapl/typecheck.rkt b/tapl/typecheck.rkt @@ -37,7 +37,6 @@ (syntax-parse stx [(_ τ:id) #:with τ? (format-id #'τ "~a?" #'τ) - #:with tmp (generate-temporary) #'(begin (provide τ (for-syntax τ?)) (define-syntax (τ stx)