utility-ht-0.0.1: Various small helper functions for Lists, Maybes, Tuples, Functions

Data.Function.HT

Synopsis

Documentation

nest :: Int -> (a -> a) -> a -> aSource

powerAssociative :: (a -> a -> a) -> a -> a -> Integer -> aSource

compose2 :: (b -> b -> c) -> (a -> b) -> a -> a -> cSource

Known as on in newer versions of the base package.