[vector] expose syntax-property key

This commit is contained in:
ben 2016-03-09 18:31:55 -05:00
parent df11a7f334
commit 57f857843f

View File

@ -20,7 +20,9 @@
; vector-split-at-right: ; vector-split-at-right:
;; --- private ;; --- private
(for-syntax parse-vector-length) (for-syntax
parse-vector-length
vector-length-key)
) )
;; ----------------------------------------------------------------------------- ;; -----------------------------------------------------------------------------