text-show-instances-1: Additional instances for text-show

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

Text.Show.Text.Data.Semigroup

Description

Monomorphic Show functions for Semigroup data types.

Since: 0.1

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: 1

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

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

Since: 1

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

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

Since: 1

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

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

Since: 1

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

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

Since: 1

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

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

Since: 1

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: 1