text-show-instances-3.9.10: Additional instances for text-show
Copyright(C) 2014-2017 Ryan Scott
LicenseBSD-style (see the file LICENSE)
MaintainerRyan Scott
StabilityProvisional
PortabilityGHC
Safe HaskellSafe-Inferred
LanguageHaskell2010

TextShow.Data.Vector

Description

TextShow instances for Vector types.

Since: 2

Orphan instances

TextShow Size Source #

Since: 2

Instance details

Methods

showbPrec :: Int -> Size -> Builder #

showb :: Size -> Builder #

showbList :: [Size] -> Builder #

showtPrec :: Int -> Size -> Text #

showt :: Size -> Text #

showtList :: [Size] -> Text #

showtlPrec :: Int -> Size -> Text #

showtl :: Size -> Text #

showtlList :: [Size] -> Text #

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 => TextShow (Vector a) Source #

Since: 2

Instance details

Methods

showbPrec :: Int -> Vector a -> Builder #

showb :: Vector a -> Builder #

showbList :: [Vector a] -> Builder #

showtPrec :: Int -> Vector a -> Text #

showt :: Vector a -> Text #

showtList :: [Vector a] -> Text #

showtlPrec :: Int -> Vector a -> Text #

showtl :: Vector a -> Text #

showtlList :: [Vector a] -> Text #

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

Since: 2

Instance details

Methods

showbPrec :: Int -> Vector a -> Builder #

showb :: Vector a -> Builder #

showbList :: [Vector a] -> Builder #

showtPrec :: Int -> Vector a -> Text #

showt :: Vector a -> Text #

showtList :: [Vector a] -> Text #

showtlPrec :: Int -> Vector a -> Text #

showtl :: Vector a -> Text #

showtlList :: [Vector a] -> Text #

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

Since: 2

Instance details

Methods

showbPrec :: Int -> Vector a -> Builder #

showb :: Vector a -> Builder #

showbList :: [Vector a] -> Builder #

showtPrec :: Int -> Vector a -> Text #

showt :: Vector a -> Text #

showtList :: [Vector a] -> Text #

showtlPrec :: Int -> Vector a -> Text #

showtl :: Vector a -> Text #

showtlList :: [Vector a] -> Text #

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

Since: 2

Instance details

Methods

showbPrec :: Int -> Vector a -> Builder #

showb :: Vector a -> Builder #

showbList :: [Vector a] -> Builder #

showtPrec :: Int -> Vector a -> Text #

showt :: Vector a -> Text #

showtList :: [Vector a] -> Text #

showtlPrec :: Int -> Vector a -> Text #

showtl :: Vector a -> Text #

showtlList :: [Vector a] -> Text #