text-show-3.2.2: Efficient conversion of values into Text

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

TextShow.Data.Either

Description

Monomorphic TextShow function for Either values.

Since: 2

Synopsis

Documentation

liftShowbEitherPrec2 :: (Int -> a -> Builder) -> (Int -> b -> Builder) -> Int -> Either a b -> Builder Source

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

Since: 3