Copyright | (C) 2014-2016 Ryan Scott |
---|---|
License | BSD-style (see the file LICENSE) |
Maintainer | Ryan Scott |
Stability | Provisional |
Portability | GHC |
Safe Haskell | None |
Language | Haskell2010 |
Monomorphic TextShow
functions for data types in the GHC.TypeLits
module.
This module only exports functions if using base-4.6.0.0
or later.
Since: 2
- showbSomeNatPrec :: Int -> SomeNat -> Builder
- showbSomeSymbol :: SomeSymbol -> Builder
Documentation
showbSomeSymbol :: SomeSymbol -> Builder Source #
Convert a SomeSymbol
value to a Builder
with the given precedence.
This function is only available with base-4.7.0.0
or later.
Since: 2