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

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

Text.Show.Text.Data.Array

Description

Monomorphic Show function for Array values.

Since: 0.3

Synopsis

Documentation

showbArrayPrec :: (Show i, Show e, Ix i) => Int -> Array i e -> Builder Source

Convert an Array value to a Builder with the given precedence.

Since: 0.3

showbUArrayPrec :: (IArray UArray e, Ix i, Show i, Show e) => Int -> UArray i e -> Builder Source

Convert a UArray value to a Builder with the given precedence.

Since: 0.7

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

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

Since: 0.7