data-accessor-0.2.2.6: Utilities for accessing and manipulating fields of records

Safe HaskellSafe-Inferred

Data.Accessor.Show

Description

Support for creating Show instances using the accessors.

Documentation

field :: (Show a, Eq a) => String -> T r a -> r -> r -> Maybe ShowSSource

showsPrec :: [r -> r -> Maybe ShowS] -> String -> r -> Int -> r -> ShowSSource