data-accessor-0.2.1.2: Utilities for accessing and manipulating fields of records
Data.Accessor.Show
Description
Support for creating Show instances using the accessors.
field :: (Show a, Eq a) => String -> T r a -> r -> r -> Maybe ShowSSource
showsPrec :: [r -> r -> Maybe ShowS] -> String -> r -> Int -> r -> ShowSSource