From mboxrd@z Thu Jan 1 00:00:00 1970 From: Federico Beffa Subject: Re: [PATCH 3/5] gnu: Add ghc-data-access-transformers. Date: Fri, 28 Oct 2016 18:20:28 +0200 Message-ID: References: <87y418a8r6.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]:44893) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c09tR-0000yA-Lf for guix-devel@gnu.org; Fri, 28 Oct 2016 12:20:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c09tQ-0006Ky-T2 for guix-devel@gnu.org; Fri, 28 Oct 2016 12:20:33 -0400 In-Reply-To: <87y418a8r6.fsf@gnu.org> 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" To: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Cc: Guix-devel On Fri, Oct 28, 2016 at 3:44 PM, Ludovic Court=C3=A8s wrote: > Federico Beffa skribis: >> + (synopsis "Use Accessor to access state in transformers State monad= ") > > I can=E2=80=99t parse =E2=80=9Ctransformers State monad=E2=80=9D, but may= be it=E2=80=99s just me, or is > it missing a word, like =E2=80=9Ctransformers of the State monad=E2=80=9D= , =E2=80=9CState monad > transformers=E2=80=9D? The way I understand it is: "transformers State monad" stands for the transformer monad called StateT, itself a monad. But I'll let you or a native English speaker decide about the grammatical correctness of the synopsis provided by the author :-) Thanks, Fede