On Fri, Oct 28, 2016 at 3:44 PM, Ludovic Courtès <l...@gnu.org> wrote: > Federico Beffa <be...@ieee.org> skribis: >> + (synopsis "Use Accessor to access state in transformers State monad") > > I can’t parse “transformers State monad”, but maybe it’s just me, or is > it missing a word, like “transformers of the State monad”, “State monad > transformers”?
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