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

Data.Accessor.Show

Description

Support for creating Show instances using the accessors.

Documentation

toMaybe :: Bool -> a -> Maybe aSource

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

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