Hi,

On Tue, Nov 20, 2012 at 11:02 AM, John Wiegley <johnw@fpcomplete.com> wrote:
I think |>= and |>~ would just be unfortunate, and lens is likely to be one of
the biggest users of this new operator (at least at this point in time).

I think the biggest user will be Haskell code in general, because you can now use |> instead of ".", so we should be optimizing for that, not for any particular library.

Cheers,
Johan