Fixed misnamed export

* goof.scm: in-vector-reverse and in-string-reverse now properly
exported.
This commit is contained in:
Linus 2021-09-25 21:21:29 +02:00
parent 832c414260
commit 050f88d678

View file

@ -57,8 +57,8 @@
in-list
in-lists
in-vector in-reverse-vector
in-string in-reverse-string
in-vector in-vector-reverse
in-string in-string-reverse
in-hash
in-port
@ -95,8 +95,8 @@
;; default and I had to wrap it in something. Paremeters are available in the default environment
;; boxes are not.
(define valid-for-clauses (make-parameter (list #'in #'in-list #'in-lists
#'in-vector #'in-reverse-vector
#'in-string #'in-reverse-string
#'in-vector #'in-vector-reverse
#'in-string #'in-string-reverse
#'in-hash
#'in-port
#'in-file