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