From 57f857843fe4709369efa5867286db63cc70941f Mon Sep 17 00:00:00 2001 From: ben Date: Wed, 9 Mar 2016 18:31:55 -0500 Subject: [PATCH] [vector] expose syntax-property key --- private/vector.rkt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/private/vector.rkt b/private/vector.rkt index 9932856..57b8550 100644 --- a/private/vector.rkt +++ b/private/vector.rkt @@ -20,7 +20,9 @@ ; vector-split-at-right: ;; --- private - (for-syntax parse-vector-length) + (for-syntax + parse-vector-length + vector-length-key) ) ;; -----------------------------------------------------------------------------