text-show-3.4.1.1: 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.Void

Contents

Description

Monomorphic TextShow function for Void values.

Since: 2

Synopsis

Documentation

showbVoid :: Void -> Builder Source #

Since Void values logically don't exist, attempting to convert one to a Builder will never terminate.

Since: 2

Orphan instances