Re: [Haskell-cafe] Lenses that work with Arrows

2013-10-07 Thread Tom Ellis
On Mon, Oct 07, 2013 at 06:22:33PM +0100, Tom Ellis wrote: > On Mon, Oct 07, 2013 at 07:14:44PM +0200, Niklas Haas wrote: > > On Mon, 7 Oct 2013 10:40:13 +0100, Tom Ellis > > wrote: > > > I introduce a very simple extension to the Lens datatype from Control.Lens > > > that allows it to work with

Re: [Haskell-cafe] Lenses that work with Arrows

2013-10-07 Thread Tom Ellis
On Mon, Oct 07, 2013 at 07:14:44PM +0200, Niklas Haas wrote: > On Mon, 7 Oct 2013 10:40:13 +0100, Tom Ellis > wrote: > > I introduce a very simple extension to the Lens datatype from Control.Lens > > that allows it to work with Arrows: > > > > https://gist.github.com/tomjaguarpaw/6865080 >

Re: [Haskell-cafe] Lenses that work with Arrows

2013-10-07 Thread Niklas Haas
On Mon, 7 Oct 2013 10:40:13 +0100, Tom Ellis wrote: > Dear all, > > I introduce a very simple extension to the Lens datatype from Control.Lens > that allows it to work with Arrows: > > https://gist.github.com/tomjaguarpaw/6865080 > > I would particularly like to discuss this with authors o

[Haskell-cafe] Lenses that work with Arrows

2013-10-07 Thread Tom Ellis
Dear all, I introduce a very simple extension to the Lens datatype from Control.Lens that allows it to work with Arrows: https://gist.github.com/tomjaguarpaw/6865080 I would particularly like to discuss this with authors of Control.Lens to see if such an idea is suitable for inclusion in the