| 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.Functor.Product
Contents
Orphan instances
| (TextShow1 f, TextShow1 g) => TextShow1 (Product f g) # | Since: 3 |
| (TextShow1 f, TextShow1 g, TextShow a) => TextShow (Product f g a) # | Since: 3 |
Methods showbPrec :: Int -> Product f g a -> Builder # showb :: Product f g a -> Builder # showbList :: [Product f g a] -> Builder # showtPrec :: Int -> Product f g a -> Text # showt :: Product f g a -> Text # showtList :: [Product f g a] -> Text # showtlPrec :: Int -> Product f g a -> Text # showtl :: Product f g a -> Text # showtlList :: [Product f g a] -> Text # | |