I wasn't sure what to provide for some functions, which is why they lack doctests. This is either because they're not really functions (the various Prisms), or because I haven't used these functions much if at all (scanl, scanr, mapAccumL, mapAccumR). Would be good to add some doctests for them though, assuming we feel they need adding.
I wasn't sure what to provide for some functions, which is why they lack doctests. This is either because they're not really functions (the various
Prisms), or because I haven't used these functions much if at all (scanl,scanr,mapAccumL,mapAccumR). Would be good to add some doctests for them though, assuming we feel they need adding.