| 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 | 
TextShow.Data.Data
Description
Monomorphic TextShow functions for data types in the Data.Data module.
Since: 2
- showbConstr :: Constr -> Builder
 - showbConstrRepPrec :: Int -> ConstrRep -> Builder
 - showbDataRepPrec :: Int -> DataRep -> Builder
 - showbDataTypePrec :: Int -> DataType -> Builder
 - showbFixity :: Fixity -> Builder
 
Documentation
showbConstrRepPrec :: Int -> ConstrRep -> Builder Source
showbDataRepPrec :: Int -> DataRep -> Builder Source
showbDataTypePrec :: Int -> DataType -> Builder Source