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.Typeable
Contents
Description
TextShow
instances for data types in the Typeable
module.
Since: 2
Orphan instances
TextShow SomeTypeRep Source # | Only available with Since: 3.6 |
Methods showbPrec :: Int -> SomeTypeRep -> Builder Source # showb :: SomeTypeRep -> Builder Source # showbList :: [SomeTypeRep] -> Builder Source # showtPrec :: Int -> SomeTypeRep -> Text Source # showt :: SomeTypeRep -> Text Source # showtList :: [SomeTypeRep] -> Text Source # showtlPrec :: Int -> SomeTypeRep -> Text Source # showtl :: SomeTypeRep -> Text Source # showtlList :: [SomeTypeRep] -> Text Source # | |
TextShow TyCon Source # | Since: 2 |
Methods showbPrec :: Int -> TyCon -> Builder Source # showb :: TyCon -> Builder Source # showbList :: [TyCon] -> Builder Source # showtPrec :: Int -> TyCon -> Text Source # showt :: TyCon -> Text Source # showtList :: [TyCon] -> Text Source # showtlPrec :: Int -> TyCon -> Text Source # showtl :: TyCon -> Text Source # showtlList :: [TyCon] -> Text Source # | |
TextShow Module Source # | Only available with Since: 3 |
Methods showbPrec :: Int -> Module -> Builder Source # showb :: Module -> Builder Source # showbList :: [Module] -> Builder Source # showtPrec :: Int -> Module -> Text Source # showt :: Module -> Text Source # showtList :: [Module] -> Text Source # showtlPrec :: Int -> Module -> Text Source # showtl :: Module -> Text Source # showtlList :: [Module] -> Text Source # | |
TextShow TrName Source # | Only available with Since: 3 |
Methods showbPrec :: Int -> TrName -> Builder Source # showb :: TrName -> Builder Source # showbList :: [TrName] -> Builder Source # showtPrec :: Int -> TrName -> Text Source # showt :: TrName -> Text Source # showtList :: [TrName] -> Text Source # showtlPrec :: Int -> TrName -> Text Source # showtl :: TrName -> Text Source # showtlList :: [TrName] -> Text Source # | |
TextShow1 (TypeRep :: Type -> Type) Source # | Only available with Since: 3.6 |
TextShow (TypeRep a) Source # | Only available with Since: 3.6 |
Methods showbPrec :: Int -> TypeRep a -> Builder Source # showb :: TypeRep a -> Builder Source # showbList :: [TypeRep a] -> Builder Source # showtPrec :: Int -> TypeRep a -> Text Source # showt :: TypeRep a -> Text Source # showtList :: [TypeRep a] -> Text Source # showtlPrec :: Int -> TypeRep a -> Text Source # showtl :: TypeRep a -> Text Source # showtlList :: [TypeRep a] -> Text Source # |