- (define-chain-transducer name folder)syntax
A macro that defines a chain transducer for a specific type given a fold procedure for that type.
(import transducers) (define-chain-transducer chain-list list-fold)
A macro that defines a chain transducer for a specific type given a fold procedure for that type.
(import transducers) (define-chain-transducer chain-list list-fold)