From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48580) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gNpDV-0004Wd-2N for guix-patches@gnu.org; Fri, 16 Nov 2018 20:16:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gNpDO-00055z-Lq for guix-patches@gnu.org; Fri, 16 Nov 2018 20:16:09 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:52700) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gNpDO-00055Y-H0 for guix-patches@gnu.org; Fri, 16 Nov 2018 20:16:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gNpDO-00054c-4E for guix-patches@gnu.org; Fri, 16 Nov 2018 20:16: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> <87va4x87kx.fsf@gmail.com> <87ftw1vudy.fsf@gnu.org> From: Mathieu Othacehe In-reply-to: <87ftw1vudy.fsf@gnu.org> Date: Sat, 17 Nov 2018 10:14:59 +0900 Message-ID: <87d0r4y06k.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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, > Cool. I noticed while browsing the installer that it uses the monadic > API mostly, so indeed, I would recommend switching to file-like objects > as much as possible=E2=80=94it=E2=80=99s easier and less intimidating. Yes reviewing your serie, I realized a single 'computed-file' could avoid me all the monadic context. Testing it right now :) Mathieu