From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46220) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gNeLu-0006zm-OJ for guix-patches@gnu.org; Fri, 16 Nov 2018 08:40:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gNeLq-0000ov-PA for guix-patches@gnu.org; Fri, 16 Nov 2018 08:40:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:50610) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gNeLq-0000od-Lk for guix-patches@gnu.org; Fri, 16 Nov 2018 08:40:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gNeLq-0000go-9b for guix-patches@gnu.org; Fri, 16 Nov 2018 08:40:02 -0500 Subject: [bug#33405] [PATCH 00/10] De-monadify and clean up system code Resent-Message-ID: References: <20181116092103.4274-1-ludo@gnu.org> From: Mathieu Othacehe In-reply-to: <20181116092103.4274-1-ludo@gnu.org> Date: Fri, 16 Nov 2018 22:39:42 +0900 Message-ID: <87va4x87kx.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 33405@debbugs.gnu.org Hey Ludo, > Thoughts? Having struggled (a lot) with this part of Guix, I find that switching to file-like objects, instead of having to carry a monadic context everywhere is a huge improvement, thanks! The whole serie LGTM. Mathieu