
17 Jun
2019
17 Jun
'19
11:55 p.m.
The main lensy tools for maps are the At and Ixed classes, both found in
Control.Lens.At.
On Mon, Jun 17, 2019, 11:45 PM Henry Laxen
Hi Cafe,
Suppose I have:
s :: Map String (Map Int Char) s = M.fromList [("alice", M.fromList [(5,'a')]), ("bob", M.fromList [(6,'b')])]
Is there any way to modify the 'b' entry easily using lenses?
Thanks in advance. Best wishes, Henry Laxen
_______________________________________________ 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.