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 OldTypeable
module.
This module is only available with base-4.7
.
Since: 0.5
- showbTyCon :: TyCon -> Builder
- showbTypeRepPrec :: Int -> TypeRep -> Builder
Documentation
showbTyCon :: TyCon -> Builder Source