| 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.Array
Contents
Description
Provides TextShow instances for Array types, as well as the
showbIArrayPrec function.
Since: 2
Documentation
Orphan instances
| (IArray UArray e, Ix i, TextShow i, TextShow e) => TextShow (UArray i e) # | Since: 2 |
Methods showbPrec :: Int -> UArray i e -> Builder # showb :: UArray i e -> Builder # showbList :: [UArray i e] -> Builder # showtPrec :: Int -> UArray i e -> Text # showtList :: [UArray i e] -> Text # showtlPrec :: Int -> UArray i e -> Text # showtl :: UArray i e -> Text # showtlList :: [UArray i e] -> Text # | |
| (TextShow i, TextShow e, Ix i) => TextShow (Array i e) # | Since: 2 |