text-show-instances-0.4: Additional instances for text-show

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

Text.Show.Text.Control.Monad.Trans

Description

Monomorphic Show functions for monad transformers.

Since: 0.1

Synopsis

Documentation

showbErrorTPrec :: (Show e, Show1 m, Show a) => Int -> ErrorT e m a -> Builder Source

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

Since: 0.1

showbExceptTPrec :: (Show e, Show1 m, Show a) => Int -> ExceptT e m a -> Builder Source

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

Since: 0.1

showbIdentityTPrec :: (Show1 f, Show a) => Int -> IdentityT f a -> Builder Source

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

Since: 0.1

showbListTPrec :: (Show1 m, Show a) => Int -> ListT m a -> Builder Source

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

Since: 0.1

showbMaybeTPrec :: (Show1 m, Show a) => Int -> MaybeT m a -> Builder Source

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

Since: 0.1

showbWriterTLazyPrec :: (Show w, Show1 m, Show a) => Int -> WriterT w m a -> Builder Source

Convert a lazy WriterT value to a Builder with the given precedence.

Since: 0.1

showbWriterTStrictPrec :: (Show w, Show1 m, Show a) => Int -> WriterT w m a -> Builder Source

Convert a strict WriterT value to a Builder with the given precedence.

Since: 0.1