Copyright | (C) 2014-2015 Ryan Scott |
---|---|
License | BSD-style (see the file LICENSE) |
Maintainer | Ryan Scott |
Stability | Experimental |
Portability | GHC |
Safe Haskell | None |
Language | Haskell98 |
Monomorphic Show
functions for data types in the GHC.TypeLits
module.
This module is only available with base-4.6.0.0
or later.
Since: 0.5
- showbSomeNatPrec :: Int -> SomeNat -> Builder
- showbSomeSymbol :: SomeSymbol -> Builder
Documentation
showbSomeNatPrec :: Int -> SomeNat -> Builder Source
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: 0.5