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