monads: Remove erroneous comment.
* guix/monads.scm (sequence): Remove erroneous comment.
This commit is contained in:
parent
76dcc993f7
commit
14f550c31c
@ -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)))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user