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