Re: [Haskell-cafe] Traversals of monomorphic containers

2013-09-03 Thread Tony Morris
These questions are exactly what Control.Lens answers. On 04/09/2013 12:50 PM, "Mario Blažević" wrote: > On 09/02/13 06:53, Nicolas Trangez wrote: > >> # Redirected to haskell-cafe >> >> On Sun, 2013-09-01 at 14:58 +0400, Artyom Kazak wrote: >> >>> Would this be an appropriate place to propose a

Re: [Haskell-cafe] Traversals of monomorphic containers

2013-09-03 Thread Mario Blažević
On 09/02/13 06:53, Nicolas Trangez wrote: # Redirected to haskell-cafe On Sun, 2013-09-01 at 14:58 +0400, Artyom Kazak wrote: Would this be an appropriate place to propose adding mapM_ (and then possibly mapM) to bytestring library? Was it suggested before? If yes, why was it rejected? This

[Haskell-cafe] Traversals of monomorphic containers (was: Re: mapM_ for bytestring)

2013-09-02 Thread Nicolas Trangez
# Redirected to haskell-cafe On Sun, 2013-09-01 at 14:58 +0400, Artyom Kazak wrote: > Would this be an appropriate place to propose adding mapM_ (and then > possibly mapM) to bytestring library? > > Was it suggested before? If yes, why was it rejected? This got me wondering: there are several