| 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 #
renderStyleAnnotB :: Style -> Doc a -> Builder #
Orphan instances
| TextShow PrettyLevel # | Only available with Since: 2 |
| TextShow Doc # | Since: 2 |
| TextShow PrettyLevel # | Only available with Since: 3 |
| TextShow TextDetails # | Since: 2 |
| TextShow Style # | Since: 2 |
| TextShow Mode # | Since: 2 |
| TextShow1 Doc # | Only available with Since: 3 |
| TextShow1 AnnotDetails # | Only available with Since: 3 |
| TextShow1 Span # | Only available with Since: 3 |
| TextShow (Doc a) # | Only available with Since: 3 |
| TextShow a => TextShow (AnnotDetails a) # | Only available with Since: 3 |
| TextShow a => TextShow (Span a) # | Only available with Since: 3 |