text-show-3.2: 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.Functions

Description

Optional TextShow, TextShow1, and TextShow2 instances for functions.

Since: 2

Synopsis

Documentation

showbFunction :: (a -> b) -> Builder Source

Convert a function to a Builder.

Since: 2