hbc-library-0.17: HBC library

Safe HaskellSafe-Inferred

Scans

Documentation

mapAccumL :: (a -> b -> (a, c)) -> a -> [b] -> (a, [c])

mapAccumR :: (a -> b -> (a, c)) -> a -> [b] -> (a, [c])