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

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

TextShow.Data.Maybe

Contents

Description

TextShow instance for Maybe.

Since: 2

Orphan instances

TextShow1 Maybe #

Since: 2

Methods

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

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

TextShow a0 => TextShow (Maybe a0) #

Since: 2

Methods

showbPrec :: Int -> Maybe a0 -> Builder #

showb :: Maybe a0 -> Builder #

showbList :: [Maybe a0] -> Builder #

showtPrec :: Int -> Maybe a0 -> Text #

showt :: Maybe a0 -> Text #

showtList :: [Maybe a0] -> Text #

showtlPrec :: Int -> Maybe a0 -> Text #

showtl :: Maybe a0 -> Text #

showtlList :: [Maybe a0] -> Text #