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

Description

TextShow instance for Void.

Since: 2

Orphan instances

TextShow Void Source #

Since: 2

Instance details

Methods

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

showb :: Void -> Builder Source #

showbList :: [Void] -> Builder Source #

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

showt :: Void -> Text Source #

showtList :: [Void] -> Text Source #

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

showtl :: Void -> Text Source #

showtlList :: [Void] -> Text Source #