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.Bool

Description

TextShow instance for Bool.

Since: 2

Orphan instances

TextShow Bool Source #

Since: 2

Instance details

Methods

showbPrec :: Int -> Bool -> Builder Source #

showb :: Bool -> Builder Source #

showbList :: [Bool] -> Builder Source #

showtPrec :: Int -> Bool -> Text Source #

showt :: Bool -> Text Source #

showtList :: [Bool] -> Text Source #

showtlPrec :: Int -> Bool -> Text Source #

showtl :: Bool -> Text Source #

showtlList :: [Bool] -> Text Source #