text-show-instances-3.5: 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

Monomorphic TextShow function for Decoders.

Since: 2

Synopsis

Documentation

liftShowbDecoder :: (a -> Builder) -> Decoder a -> Builder Source #

Convert a Decoder to a Builder with the given show function.

Since: 3

Orphan instances

TextShow1 Decoder Source # 

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 #