emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [elpa] externals/consult 4aa49ee324 3/5: consult--async-pipeline: Co


From: Stefan Monnier
Subject: Re: [elpa] externals/consult 4aa49ee324 3/5: consult--async-pipeline: Convert to function
Date: Mon, 06 Jan 2025 10:55:04 -0500
User-agent: Gnus/5.13 (Gnus v5.13)

> +  (lambda (sink)
> +    (seq-reduce (lambda (s f) (funcall f s)) (reverse async) sink)))

Hmm... Haskell/OCaml have `foldr` and `foldl`, maybe we should also have
`reduceR` and `reduceL`.


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]