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

Description

TextShow instance for Maybe.

Since: 2

Orphan instances

TextShow1 Maybe Source #

Since: 2

Instance details

Methods

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

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

TextShow a => TextShow (Maybe a) Source #

Since: 2

Instance details

Methods

showbPrec :: Int -> Maybe a -> Builder Source #

showb :: Maybe a -> Builder Source #

showbList :: [Maybe a] -> Builder Source #

showtPrec :: Int -> Maybe a -> Text Source #

showt :: Maybe a -> Text Source #

showtList :: [Maybe a] -> Text Source #

showtlPrec :: Int -> Maybe a -> Text Source #

showtl :: Maybe a -> Text Source #

showtlList :: [Maybe a] -> Text Source #