| 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.GHC.TypeLits
Contents
Description
TextShow instances for data types in the GHC.TypeLits module.
Only provided if using base-4.6.0.0 or later.
Since: 2
Orphan instances
| TextShow SomeSymbol # | Only available with Since: 2 |
Methods showbPrec :: Int -> SomeSymbol -> Builder # showb :: SomeSymbol -> Builder # showbList :: [SomeSymbol] -> Builder # showtPrec :: Int -> SomeSymbol -> Text # showt :: SomeSymbol -> Text # showtList :: [SomeSymbol] -> Text # showtlPrec :: Int -> SomeSymbol -> Text # showtl :: SomeSymbol -> Text # showtlList :: [SomeSymbol] -> Text # | |
| TextShow SomeNat # | Only available with Since: 2 |