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

Safe HaskellSafe-Inferred
LanguageHaskell98

Control.Arrow.Extra

Documentation

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

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