chickadee » transducers » define-flatten-transducer

(define-flatten-transducer name type? type-fold)syntax

A macro that defines a flatten transducer for a specific type given a predicate type? for that type and a fold procedure for that type.

 
(define-flatten-transducer flatten-list list? list-fold)