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) ) ;; -----------------------------------------------------------------------------