| Copyright | (C) 2014-2017 Ryan Scott |
|---|---|
| License | BSD-style (see the file LICENSE) |
| Maintainer | Ryan Scott |
| Stability | Provisional |
| Portability | GHC |
| Safe Haskell | None |
| Language | Haskell2010 |
TextShow.Text.PrettyPrint
Contents
Description
Provides TextShow instances for data types in the pretty library.
Since: 2
- renderB :: Doc -> Builder
- renderStyleB :: Style -> Doc -> Builder
- renderAnnotB :: Doc a -> Builder
- renderStyleAnnotB :: Style -> Doc a -> Builder
Documentation
renderAnnotB :: Doc a -> Builder Source #
Orphan instances
| TextShow PrettyLevel Source # | Only available with Since: 2 |
| TextShow Doc Source # | Since: 2 |
| TextShow PrettyLevel Source # | Only available with Since: 3 |
| TextShow TextDetails Source # | Since: 2 |
| TextShow Style Source # | Since: 2 |
| TextShow Mode Source # | Since: 2 |
| TextShow1 Doc Source # | Only available with Since: 3 |
| TextShow1 AnnotDetails Source # | Only available with Since: 3 |
| TextShow1 Span Source # | Only available with Since: 3 |
| TextShow (Doc a) Source # | Only available with Since: 3 |
| TextShow a0 => TextShow (AnnotDetails a0) Source # | Only available with Since: 3 |
| TextShow a0 => TextShow (Span a0) Source # | Only available with Since: 3 |