| Copyright | (C) 2014-2017 Ryan Scott |
|---|---|
| License | BSD-style (see the file LICENSE) |
| Maintainer | Ryan Scott |
| Stability | Provisional |
| Portability | GHC |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
TextShow.Data.Tagged
Contents
Orphan instances
| TextShow2 (Tagged :: Type -> Type -> Type) Source # | Since: 2 |
| TextShow1 (Tagged s) Source # | Since: 2 |
| TextShow b => TextShow (Tagged s b) Source # | Since: 2 |
Methods showbPrec :: Int -> Tagged s b -> Builder # showb :: Tagged s b -> Builder # showbList :: [Tagged s b] -> Builder # showtPrec :: Int -> Tagged s b -> Text # showtList :: [Tagged s b] -> Text # showtlPrec :: Int -> Tagged s b -> Text # showtl :: Tagged s b -> Text # showtlList :: [Tagged s b] -> Text # | |