text-show-instances-1: Additional instances for text-show

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

Text.Show.Text.Data.Vector

Description

Monomorphic Show functions for Vector types.

Since: 0.1

Synopsis

Documentation

showbVectorPrec :: Show a => Int -> Vector a -> Builder Source

Convert a boxed Vector to a Builder with the given precedence.

Since: 0.1

showbVectorPrecWith :: (a -> Builder) -> Int -> Vector a -> Builder Source

Convert a boxed Vector to a Builder with the given show function and precedence.

Since: 1

showbVectorGenericPrec :: (Vector v a, Show a) => Int -> v a -> Builder Source

Convert a generic Vector to a Builder with the given precedence.

Since: 0.1

showbVectorGenericPrecWith :: Vector v a => (a -> Builder) -> Int -> v a -> Builder Source

Convert a generic Vector to a Builder with the given show function and precedence.

Since: 1

showbVectorPrimitivePrec :: (Show a, Prim a) => Int -> Vector a -> Builder Source

Convert a primitive Vector to a Builder with the given precedence.

Since: 0.1

showbVectorStorablePrec :: (Show a, Storable a) => Int -> Vector a -> Builder Source

Convert a storable Vector to a Builder with the given precedence.

Since: 0.1

showbVectorUnboxedPrec :: (Show a, Unbox a) => Int -> Vector a -> Builder Source

Convert an unboxed Vector to a Builder with the given precedence.

Since: 0.1

showbSizePrec :: Int -> Size -> Builder Source

Convert a Size to a Builder with the given precedence.

Since: 0.1