| 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.Containers
Contents
Description
TextShow instances for data types in the containers library.
Since: 2
Orphan instances
| TextShow IntSet # | Since: 2 |
| TextShow1 IntMap # | Since: 2 |
| TextShow1 SCC # | Since: 3.6 |
| TextShow1 Tree # | Since: 2 |
| TextShow1 Seq # | Since: 2 |
| TextShow1 ViewL # | Since: 2 |
| TextShow1 ViewR # | Since: 2 |
| TextShow1 Set # | Since: 2 |
| TextShow2 Map # | Since: 2 |
| TextShow v => TextShow (IntMap v) # | Since: 2 |
| TextShow vertex => TextShow (SCC vertex) # | Since: 3.6 |
Methods showbPrec :: Int -> SCC vertex -> Builder # showb :: SCC vertex -> Builder # showbList :: [SCC vertex] -> Builder # showtPrec :: Int -> SCC vertex -> Text # showtList :: [SCC vertex] -> Text # showtlPrec :: Int -> SCC vertex -> Text # showtl :: SCC vertex -> Text # showtlList :: [SCC vertex] -> Text # | |
| TextShow a => TextShow (Tree a) # | Since: 2 |
| TextShow a => TextShow (Seq a) # | Since: 2 |
| TextShow a => TextShow (ViewL a) # | Since: 2 |
| TextShow a => TextShow (ViewR a) # | Since: 2 |
| TextShow a => TextShow (Set a) # | Since: 2 |
| TextShow k => TextShow1 (Map k) # | Since: 2 |
| (TextShow k, TextShow v) => TextShow (Map k v) # | Since: 2 |