| Copyright | (C) 2014-2017 Ryan Scott |
|---|---|
| License | BSD-style (see the file LICENSE) |
| Maintainer | Ryan Scott |
| Stability | Provisional |
| Portability | GHC |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
TextShow.Text.PrettyPrint
Contents
Description
Provides TextShow instances for data types in the pretty library.
Since: 2
Synopsis
- renderB :: Doc -> Builder
- renderStyleB :: Style -> Doc -> Builder
- renderAnnotB :: Doc a -> Builder
- renderStyleAnnotB :: Style -> Doc a -> Builder
Documentation
renderAnnotB :: Doc a -> Builder Source #