| Copyright | (C) 2023 Ryan Scott |
|---|---|
| License | BSD-style (see the file LICENSE) |
| Maintainer | Ryan Scott |
| Stability | Provisional |
| Portability | GHC |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
TextShow.Data.Vector.NonEmpty
Contents
Description
TextShow instances for the NonEmptyVector type.
Orphan instances
| TextShow1 NonEmptyVector Source # | |
Methods liftShowbPrec :: (Int -> a -> Builder) -> ([a] -> Builder) -> Int -> NonEmptyVector a -> Builder # liftShowbList :: (Int -> a -> Builder) -> ([a] -> Builder) -> [NonEmptyVector a] -> Builder # | |
| TextShow a => TextShow (NonEmptyVector a) Source # | |
Methods showbPrec :: Int -> NonEmptyVector a -> Builder # showb :: NonEmptyVector a -> Builder # showbList :: [NonEmptyVector a] -> Builder # showtPrec :: Int -> NonEmptyVector a -> Text # showt :: NonEmptyVector a -> Text # showtList :: [NonEmptyVector a] -> Text # showtlPrec :: Int -> NonEmptyVector a -> Text # showtl :: NonEmptyVector a -> Text # showtlList :: [NonEmptyVector a] -> Text # | |