[Haskell-cafe] template haskell library for OO-like selector syntax?

Vanessa McHale vanessa.mchale at iohk.io
Tue May 15 21:06:20 UTC 2018


>And sometimes I want to update a single one of those "still other things".

>Lenses seem like a good solution

Lenses are the best solution currently available. If you're worried
about this being inefficient due to immutability... don't be. Due to
laziness (and more general compiler optimizations), GHC can do this
efficiently.


On 05/15/2018 04:00 PM, Dennis Raddle wrote:
> And sometimes I want to update a single one of those "still other things".
**
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20180515/621ee70a/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20180515/621ee70a/attachment.sig>


More information about the Haskell-Cafe mailing list