chore: reorganize transducer definition

This commit is contained in:
Edward
2021-01-04 00:48:49 -08:00
parent 6aebcfe4dc
commit 5bca9a117f
4 changed files with 83 additions and 36 deletions

View File

@ -23,7 +23,9 @@
:serial t
:in-order-to ((test-op (test-op :data-lens/transducer/test)))
:components ((:file "package")
(:file "transducers")))
(:file "transducer-protocol")
(:file "transducers")
(:file "lazy-sequence")))
(asdf:defsystem #:data-lens/transducer/test
:description "tests for the transducers"