text-show-instances-3.6: Additional instances for text-show

Copyright(C) 2014-2017 Ryan Scott
LicenseBSD-style (see the file LICENSE)
MaintainerRyan Scott
StabilityProvisional
PortabilityGHC
Safe HaskellNone
LanguageHaskell2010

TextShow.Data.Binary

Contents

Description

TextShow instance for Decoder.

Since: 2

Orphan instances

TextShow1 Decoder Source #

Since: 2

Methods

liftShowbPrec :: (Int -> a -> Builder) -> ([a] -> Builder) -> Int -> Decoder a -> Builder #

liftShowbList :: (Int -> a -> Builder) -> ([a] -> Builder) -> [Decoder a] -> Builder #

TextShow a => TextShow (Decoder a) Source #

Since: 2