www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit e673527813262d9d8636ad4cb0131aa4c41c9158
parent e9230e0ba346ea6ff8fa3d58b21b4b43516dcd6a
Author: AlexKnauth <alexander@knauth.org>
Date:   Thu, 18 Aug 2016 13:15:29 -0400

add #:attributes decleration

Diffstat:
Mturnstile/turnstile.rkt | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/turnstile/turnstile.rkt b/turnstile/turnstile.rkt @@ -98,6 +98,7 @@ #'(assign-type tag-expr #:tag 'k v)))]) (define-splicing-syntax-class ⇐-prop #:datum-literals (⇐ :) + #:attributes (τ-stx e-pat) [pattern (~seq ⇐ : τ-stx) #:with e-tmp (generate-temporary) #:with τ-tmp (generate-temporary)