text-show-3.8.2: 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.Array

Contents

Description

Provides TextShow instances for Array types, as well as the showbIArrayPrec function.

Since: 2

Synopsis

Documentation

showbIArrayPrec :: (IArray a e, Ix i, TextShow i, TextShow e) => Int -> a i e -> Builder Source #

Convert an IArray instance to a Builder with the given precedence.

Since: 2

Orphan instances

(IArray UArray e, Ix i, TextShow i, TextShow e) => TextShow (UArray i e) Source #

Since: 2

Instance details

(TextShow i, TextShow e, Ix i) => TextShow (Array i e) Source #

Since: 2

Instance details