text-show-instances-0.2: Additional instances for text-show

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

Text.Show.Text.Data.Semigroup

Description

Monomorphic Show functions for Semigroup data types.

Since: 0.1

Synopsis

Documentation

showbMinPrec :: Show a => Int -> Min a -> Builder Source

Convert a Min value to a Builder with the given precedence.

Since: 0.1

showbMaxPrec :: Show a => Int -> Max a -> Builder Source

Convert a Max value to a Builder with the given precedence.

Since: 0.1

showbFirstPrec :: Show a => Int -> First a -> Builder Source

Convert a First value to a Builder with the given precedence.

Since: 0.1

showbLastPrec :: Show a => Int -> Last a -> Builder Source

Convert a Last value to a Builder with the given precedence.

Since: 0.1

showbWrappedMonoidPrec :: Show m => Int -> WrappedMonoid m -> Builder Source

Convert a WrappedMonoid to a Builder with the given precedence.

Since: 0.1

showbOptionPrec :: Show a => Int -> Option a -> Builder Source

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

Since: 0.1