text-show-3.4: 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

Contents

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

Orphan instances

TextShow1 Maybe Source # 

Methods

liftShowbPrec :: (Int -> a -> Builder) -> ([a] -> Builder) -> Int -> Maybe a -> Builder Source #

liftShowbList :: (Int -> a -> Builder) -> ([a] -> Builder) -> [Maybe a] -> Builder Source #

TextShow a0 => TextShow (Maybe a0) Source #