atl-15409.2: Arrow Transformer Library

Safe HaskellSafe-Infered

Control.Arrow.List.Class

Documentation

class Arrow r => ArrowList r whereSource

Methods

arrL :: (a -> [b]) -> r a bSource

mapL :: ([b] -> [c]) -> r a b -> r a cSource