From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: The store monad Date: Thu, 03 Oct 2013 23:15:20 +0200 Message-ID: <87fvsidpjr.fsf@gnu.org> References: <87r4c4acfx.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36928) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VRqJx-0007Ha-BF for guix-devel@gnu.org; Thu, 03 Oct 2013 17:20:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VRqJq-0004dY-Qn for guix-devel@gnu.org; Thu, 03 Oct 2013 17:20:29 -0400 Received: from hera.aquilenet.fr ([141.255.128.1]:53417) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VRqJq-0004d5-Ko for guix-devel@gnu.org; Thu, 03 Oct 2013 17:20:22 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 1D37E166D for ; Thu, 3 Oct 2013 23:15:21 +0200 (CEST) Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lrcYulgSFwuR for ; Thu, 3 Oct 2013 23:15:21 +0200 (CEST) Received: from pluto (reverse-83.fdn.fr [80.67.176.83]) by hera.aquilenet.fr (Postfix) with ESMTPSA id CCF79162D for ; Thu, 3 Oct 2013 23:15:20 +0200 (CEST) In-Reply-To: <87r4c4acfx.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Tue, 01 Oct 2013 23:49:54 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > I just pushed the =E2=80=98wip-monad=E2=80=99 branch for review (like we = do in Guile, > =E2=80=98wip-=E2=80=99 means that I may rebase it until it=E2=80=99s comp= lete.) Merged and pushed, along with some doc. Ludo=E2=80=99.