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