config-parser-1.0.0.0: Text/ConfigParser/Util.hs
module Text.ConfigParser.Util where (.:) :: (c -> d) -> (a -> b -> c) -> a -> b -> d (.:) = (.).(.) (&&&) :: (a -> b) -> (a -> c) -> a -> (b,c) (&&&) f g a = (f a, g a)
module Text.ConfigParser.Util where (.:) :: (c -> d) -> (a -> b -> c) -> a -> b -> d (.:) = (.).(.) (&&&) :: (a -> b) -> (a -> c) -> a -> (b,c) (&&&) f g a = (f a, g a)