Copyright | (C) 2014-2017 Ryan Scott |
---|---|
License | BSD-style (see the file LICENSE) |
Maintainer | Ryan Scott |
Stability | Provisional |
Portability | GHC |
Safe Haskell | None |
Language | Haskell2010 |
TextShow.Data.Vector
Contents
Description
Monomorphic TextShow
functions for Vector
types.
Since: 2
- liftShowbVectorPrec :: ([a] -> Builder) -> Int -> Vector a -> Builder
- showbVectorGenericPrec :: (Vector v a, TextShow a) => Int -> v a -> Builder
- liftShowbVectorGenericPrec :: Vector v a => ([a] -> Builder) -> Int -> v a -> Builder
- showbVectorPrimitivePrec :: (TextShow a, Prim a) => Int -> Vector a -> Builder
- showbVectorStorablePrec :: (TextShow a, Storable a) => Int -> Vector a -> Builder
- showbVectorUnboxedPrec :: (TextShow a, Unbox a) => Int -> Vector a -> Builder
- showbSizePrec :: Int -> Size -> Builder