text-show-3.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.Maybe

Description

Monomorphic TextShow function for Maybe values.

Since: 2

Synopsis

Documentation

liftShowbMaybePrec :: (Int -> a -> Builder) -> Int -> Maybe a -> Builder Source

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

Since: 3