[Haskell-cafe] Proposal: (.:) operator in base.

Oleg Grenrus oleg.grenrus at iki.fi
Thu Aug 18 04:43:29 UTC 2016


Aeson (and cassava) use is very isolated.

FWIW (.=) is in aeson (and other serialising libs) and lens, and do
totally different things. I never needed both in the same module.

Bikeshedding: if (.:) goes to base, why not also (.:.) and (.::) and …

I’m -1, there is `composition` package [1], and I rather see base shrink,
not grow.

- Oleg

- [1] http://hackage.haskell.org/package/composition-1.0.2.1/docs/Data-Composition.html <http://hackage.haskell.org/package/composition-1.0.2.1/docs/Data-Composition.html>

> On 18 Aug 2016, at 07:22, Albert Y. C. Lai <trebla at vex.net> wrote:
> 
> (.:) is already used in both aeson and cassava. And not for (.) . (.)
> 
> _______________________________________________
> Haskell-Cafe mailing list
> To (un)subscribe, modify options or view archives go to:
> http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
> Only members subscribed via the mailman list are allowed to post.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20160818/56c47bec/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 842 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20160818/56c47bec/attachment.sig>


More information about the Haskell-Cafe mailing list