Data.Universe.Instances.Show
Contents
Description
A Show instance for functions, given the input is Finite and both the input and output are Show.
Show
Finite
Methods
showsPrec :: Int -> Endo a -> ShowS #
show :: Endo a -> String #
showList :: [Endo a] -> ShowS #
showsPrec :: Int -> (a -> b) -> ShowS #
show :: (a -> b) -> String #
showList :: [a -> b] -> ShowS #