export function comp<A, B, C, D>(
    a: TxLike<A, B>,
    b: TxLike<B, C>,
    c: TxLike<C, D>
): Transducer<A, D>;