From b3d1d0aaed9f090358372838e4e25ddba44196cb Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Sat, 30 Jun 2018 10:27:34 -0700 Subject: [PATCH] add an export --- beautiful-racket-lib/br/syntax.rkt | 1 + 1 file changed, 1 insertion(+) diff --git a/beautiful-racket-lib/br/syntax.rkt b/beautiful-racket-lib/br/syntax.rkt index 877e053..2ed4264 100644 --- a/beautiful-racket-lib/br/syntax.rkt +++ b/beautiful-racket-lib/br/syntax.rkt @@ -14,6 +14,7 @@ (provide (all-defined-out) syntax-flatten stx-map + strip-context ;; under both names (rename-out [strip-context strip-bindings] [replace-context replace-bindings] [stx-map syntax-map]