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

Description

TextShow instance for Dynamic.

Since: 2

Orphan instances

TextShow Dynamic Source #

Since: 2

Instance details

Methods

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

showb :: Dynamic -> Builder Source #

showbList :: [Dynamic] -> Builder Source #

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

showt :: Dynamic -> Text Source #

showtList :: [Dynamic] -> Text Source #

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

showtl :: Dynamic -> Text Source #

showtlList :: [Dynamic] -> Text Source #