utility-ht-0.0.12: Various small helper functions for Lists, Maybes, Tuples, Functions
Text.Show.HT
Synopsis
showsInfixPrec :: (Show a, Show b) => String -> Int -> Int -> a -> b -> ShowS Source #
Show a value using an infix operator.
concatS :: [ShowS] -> ShowS Source #