text-show-0.3.1.0: Efficient conversion of values into Text

Copyright(C) 2014 Ryan Scott
LicenseBSD-style (see the file LICENSE)
MaintainerRyan Scott
StabilityExperimental
PortabilityGHC
Safe HaskellNone
LanguageHaskell98

Text.Show.Text.Functions

Description

Optional Show instance for functions.

Synopsis

Documentation

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

Convert a function to a Builder.