~ruther/guix-local

14f550c31c1f9fb675c1bdb1ec7b70475d5d4942 — Ludovic Courtès 12 years ago 76dcc99
monads: Remove erroneous comment.

* guix/monads.scm (sequence): Remove erroneous comment.
1 files changed, 0 insertions(+), 1 deletions(-)

M guix/monads.scm
M guix/monads.scm => guix/monads.scm +0 -1
@@ 216,7 216,6 @@ list."
(define-inlinable (sequence monad lst)
  "Turn the list of monadic values LST into a monadic list of values, by
evaluating each item of LST in sequence."
  ;; FIXME: 'mapm' binds from right to left.
  (with-monad monad
    (mapm monad return lst)))