MissingK-0.0.1: Useful types and definitions missing from other libraries
Control.Arrow.Extra
both :: (a -> b) -> (a, a) -> (b, b) Source #
both2 :: (a -> b -> c) -> (a, a) -> (b, b) -> (c, c) Source #
module Control.Arrow