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

Safe HaskellSafe
LanguageHaskell98

Text.Show.HT

Synopsis

Documentation

showsInfixPrec :: (Show a, Show b) => String -> Int -> Int -> a -> b -> ShowS Source #

Show a value using an infix operator.