| 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.Either
Contents
Description
TextShow instance for Either.
Since: 2
Orphan instances
| TextShow2 Either # | Since: 2 |
| TextShow a => TextShow1 (Either a) # | Since: 2 |
| (TextShow a, TextShow b) => TextShow (Either a b) # | Since: 2 |
Methods showbPrec :: Int -> Either a b -> Builder # showb :: Either a b -> Builder # showbList :: [Either a b] -> Builder # showtPrec :: Int -> Either a b -> Text # showtList :: [Either a b] -> Text # showtlPrec :: Int -> Either a b -> Text # showtl :: Either a b -> Text # showtlList :: [Either a b] -> Text # | |