atl-17072: Arrow Transformer Library

Safe HaskellSafe
LanguageHaskell98

Control.Arrow.List.Class

Documentation

class Arrow r => ArrowList r where Source #

Minimal complete definition

arrL, mapL

Methods

arrL :: (a -> [b]) -> r a b Source #

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