| 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 # | Only available with Since: 3.6 |
Methods showbPrec :: Int -> SomeTypeRep -> Builder # showb :: SomeTypeRep -> Builder # showbList :: [SomeTypeRep] -> Builder # showtPrec :: Int -> SomeTypeRep -> Text # showt :: SomeTypeRep -> Text # showtList :: [SomeTypeRep] -> Text # showtlPrec :: Int -> SomeTypeRep -> Text # showtl :: SomeTypeRep -> Text # showtlList :: [SomeTypeRep] -> Text # | |
| TextShow TyCon # | Since: 2 |
| TextShow Module # | Only available with Since: 3 |
| TextShow TrName # | Only available with Since: 3 |
| TextShow1 (TypeRep :: Type -> Type) # | Only available with Since: 3.6 |
| TextShow (TypeRep a) # | Only available with Since: 3.6 |