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
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 Source # | Only available with Since: 2 |
showbPrec :: Int -> SomeSymbol -> Builder Source # showb :: SomeSymbol -> Builder Source # showbList :: [SomeSymbol] -> Builder Source # showtPrec :: Int -> SomeSymbol -> Text Source # showt :: SomeSymbol -> Text Source # showtList :: [SomeSymbol] -> Text Source # showtlPrec :: Int -> SomeSymbol -> Text Source # showtl :: SomeSymbol -> Text Source # showtlList :: [SomeSymbol] -> Text Source # | |
TextShow SomeNat Source # | Only available with Since: 2 |
showbPrec :: Int -> SomeNat -> Builder Source # showb :: SomeNat -> Builder Source # showbList :: [SomeNat] -> Builder Source # showtPrec :: Int -> SomeNat -> Text Source # showt :: SomeNat -> Text Source # showtList :: [SomeNat] -> Text Source # showtlPrec :: Int -> SomeNat -> Text Source # showtl :: SomeNat -> Text Source # showtlList :: [SomeNat] -> Text Source # |