numeric-prelude-0.0.4: An experimental alternative hierarchy of numeric type classesSource codeContentsIndex
NumericPrelude.Tuple
Documentation
mapPair :: (a -> c, b -> d) -> (a, b) -> (c, d)Source
mapFst :: (a -> c) -> (a, b) -> (c, b)Source
mapSnd :: (b -> d) -> (a, b) -> (a, d)Source
Produced by Haddock version 2.6.0