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

Data.Strictness.HT

Documentation

arguments1 :: (a -> x) -> a -> xSource

arguments2 :: (a -> b -> x) -> a -> b -> xSource

arguments3 :: (a -> b -> c -> x) -> a -> b -> c -> xSource

arguments4 :: (a -> b -> c -> d -> x) -> a -> b -> c -> d -> xSource

arguments5 :: (a -> b -> c -> d -> e -> x) -> a -> b -> c -> d -> e -> xSource