From 14f550c31c1f9fb675c1bdb1ec7b70475d5d4942 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Thu, 5 Dec 2013 23:05:13 +0100 Subject: monads: Remove erroneous comment. * guix/monads.scm (sequence): Remove erroneous comment. --- guix/monads.scm | 1 - 1 file changed, 1 deletion(-) (limited to 'guix/monads.scm') diff --git a/guix/monads.scm b/guix/monads.scm index c705d014ec..b62fc28a55 100644 --- a/guix/monads.scm +++ b/guix/monads.scm @@ -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))) -- cgit v1.2.3