text-show-instances-3.6.3: 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.Vector

Contents

Description

TextShow instances for Vector types.

Since: 2

Synopsis

Documentation

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

Convert a generic Vector to a Builder with the given precedence. Note that with vector-0.11 and above, the precedence argument is ignored.

Since: 2

liftShowbVectorGenericPrec :: Vector v a => ([a] -> Builder) -> Int -> v a -> Builder Source #

Convert a generic Vector to a Builder with the given show function and precedence. Note that with vector-0.11 and above, the precedence argument is ignored.

Since: 3

Orphan instances

TextShow Size Source #

Since: 2

TextShow1 Vector Source #

Since: 2

Methods

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

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

(TextShow a, Unbox a) => TextShow (Vector a) Source #

Since: 2

(TextShow a, Storable a) => TextShow (Vector a) Source #

Since: 2

(TextShow a, Prim a) => TextShow (Vector a) Source #

Since: 2

TextShow a => TextShow (Vector a) Source #

Since: 2