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