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.Control.Applicative
Contents
Description
TextShow
instances for Const
and ZipList
.
Since: 2
Orphan instances
TextShow1 ZipList Source # | Since: 2 |
TextShow2 (Const :: Type -> Type -> Type) Source # | Since: 2 |
TextShow a => TextShow (ZipList a) Source # | Since: 2 |
Methods showbPrec :: Int -> ZipList a -> Builder Source # showb :: ZipList a -> Builder Source # showbList :: [ZipList a] -> Builder Source # showtPrec :: Int -> ZipList a -> Text Source # showt :: ZipList a -> Text Source # showtList :: [ZipList a] -> Text Source # showtlPrec :: Int -> ZipList a -> Text Source # showtl :: ZipList a -> Text Source # showtlList :: [ZipList a] -> Text Source # | |
TextShow a => TextShow1 (Const a :: Type -> Type) Source # | Since: 2 |
TextShow a => TextShow (Const a b) Source # | Since: 2 |
Methods showbPrec :: Int -> Const a b -> Builder Source # showb :: Const a b -> Builder Source # showbList :: [Const a b] -> Builder Source # showtPrec :: Int -> Const a b -> Text Source # showt :: Const a b -> Text Source # showtList :: [Const a b] -> Text Source # showtlPrec :: Int -> Const a b -> Text Source # showtl :: Const a b -> Text Source # showtlList :: [Const a b] -> Text Source # |