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

Safe HaskellSafe-Inferred
LanguageHaskell98

Data.Strictness.HT

Documentation

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

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

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

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

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