
4 May
2014
4 May
'14
4:46 p.m.
Hi Corentin, On Sun, May 04, 2014 at 10:34:34PM +0200, Corentin Dupont wrote:
I have a record like this:
data A = { _bs :: [B]}
funcA :: State A () funcA = bs ??? funcB
funcB :: State B () funcB = ...
You might have something like: funcA :: State A () funcA = bs . traversed %= funcB funcB :: B -> B funcB = ... Greetings, Daniel