text-show-instances-2: Additional instances for text-show

Copyright(C) 2014-2015 Ryan Scott
LicenseBSD-style (see the file LICENSE)
MaintainerRyan Scott
StabilityProvisional
PortabilityGHC
Safe HaskellNone
LanguageHaskell2010

TextShow.Data.Semigroup

Description

Monomorphic TextShow functions for Semigroup data types.

Since: 2

Synopsis

Documentation

showbMinPrecWith :: (Int -> a -> Builder) -> Int -> Min a -> Builder Source

Convert a Min value to a Builder with the given show function and precedence.

Since: 2

showbMaxPrecWith :: (Int -> a -> Builder) -> Int -> Max a -> Builder Source

Convert a Max value to a Builder with the given show function and precedence.

Since: 2

showbFirstPrecWith :: (Int -> a -> Builder) -> Int -> First a -> Builder Source

Convert a First value to a Builder with the given show function and precedence.

Since: 2

showbLastPrecWith :: (Int -> a -> Builder) -> Int -> Last a -> Builder Source

Convert a Last value to a Builder with the given show function and precedence.

Since: 2

showbWrappedMonoidPrecWith :: (Int -> m -> Builder) -> Int -> WrappedMonoid m -> Builder Source

Convert a WrappedMonoid to a Builder with the given show function and precedence.

Since: 2

showbOptionPrecWith :: (Int -> a -> Builder) -> Int -> Option a -> Builder Source

Convert an Option value to a Builder with the given show function and precedence.

Since: 2

showbArgPrecWith2 :: (Int -> a -> Builder) -> (Int -> b -> Builder) -> Int -> Arg a b -> Builder Source

Convert an Arg value to a Builder with the given show functions and precedence.

Since: 2