fix: export of-type

This commit is contained in:
Edward Langley
2023-07-15 10:23:23 -07:00
parent 2705341bb0
commit 40db934151

View File

@ -20,7 +20,7 @@
#:maximizing #:zipping #:applying #:splice-elt
#:transform-elt #:denest #:op #:defalias #:<> #:<>1 #:== #:
#: #:suffixp #:functionalize #:inc #:group-by #:keys
#:conj #:disj #:delay #:transform))
#:conj #:disj #:delay #:of-type #:transform))
(defpackage :data-lens.transducers.internals
(:use :cl)