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.Data
Contents
Description
TextShow
instances for data types in the Data.Data
module.
Since: 2
Orphan instances
TextShow Constr Source # | Since: 2 |
Methods showbPrec :: Int -> Constr -> Builder Source # showb :: Constr -> Builder Source # showbList :: [Constr] -> Builder Source # showtPrec :: Int -> Constr -> Text Source # showt :: Constr -> Text Source # showtList :: [Constr] -> Text Source # showtlPrec :: Int -> Constr -> Text Source # showtl :: Constr -> Text Source # showtlList :: [Constr] -> Text Source # | |
TextShow ConstrRep Source # | Since: 2 |
Methods showbPrec :: Int -> ConstrRep -> Builder Source # showb :: ConstrRep -> Builder Source # showbList :: [ConstrRep] -> Builder Source # showtPrec :: Int -> ConstrRep -> Text Source # showt :: ConstrRep -> Text Source # showtList :: [ConstrRep] -> Text Source # showtlPrec :: Int -> ConstrRep -> Text Source # showtl :: ConstrRep -> Text Source # showtlList :: [ConstrRep] -> Text Source # | |
TextShow DataRep Source # | Since: 2 |
Methods showbPrec :: Int -> DataRep -> Builder Source # showb :: DataRep -> Builder Source # showbList :: [DataRep] -> Builder Source # showtPrec :: Int -> DataRep -> Text Source # showt :: DataRep -> Text Source # showtList :: [DataRep] -> Text Source # showtlPrec :: Int -> DataRep -> Text Source # showtl :: DataRep -> Text Source # showtlList :: [DataRep] -> Text Source # | |
TextShow DataType Source # | Since: 2 |
Methods showbPrec :: Int -> DataType -> Builder Source # showb :: DataType -> Builder Source # showbList :: [DataType] -> Builder Source # showtPrec :: Int -> DataType -> Text Source # showt :: DataType -> Text Source # showtList :: [DataType] -> Text Source # showtlPrec :: Int -> DataType -> Text Source # showtl :: DataType -> Text Source # showtlList :: [DataType] -> Text Source # | |
TextShow Fixity Source # | Since: 2 |
Methods showbPrec :: Int -> Fixity -> Builder Source # showb :: Fixity -> Builder Source # showbList :: [Fixity] -> Builder Source # showtPrec :: Int -> Fixity -> Text Source # showt :: Fixity -> Text Source # showtList :: [Fixity] -> Text Source # showtlPrec :: Int -> Fixity -> Text Source # showtl :: Fixity -> Text Source # showtlList :: [Fixity] -> Text Source # |