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

Orphan instances

TextShow Size Source #

Since: 2

Instance details

TextShow1 Vector Source #

Since: 2

Instance details

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

Instance details

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

Since: 2

Instance details

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

Since: 2

Instance details

TextShow a => TextShow (Vector a) Source #

Since: 2

Instance details