MissingK-0.0.1: Useful types and definitions missing from other libraries

Safe HaskellSafe
LanguageHaskell98

Control.Arrow.Extra

Documentation

both :: (a -> b) -> (a, a) -> (b, b) Source #

both2 :: (a -> b -> c) -> (a, a) -> (b, b) -> (c, c) Source #