BSD-3-Clause licensed by Ivan Lazar Miljenovic
This version can be pinned in stack with:wl-pprint-text-1.2.0.2@sha256:1c4a530614dcba74090b9507e41909ba25a8089e5d5b2fe7f2a92bd8bedc81bd,1290
Module documentation for 1.2.0.2
wl-pprint-text
 
 
A clone of wl-pprint
for use with the text
library (with some improved handling of whitespace).
1.2.0.2 (2022-01-09)
1.2.0.1 (2020-01-28)
1.2.0.0 (2018-05-07)
- 
Remove IsString (m Doc)instance (#16).
 
- 
Export the besidefunction from both modules.
 
- 
No longer export <>.  Usebesideinstead, or the
Semigroup/Monoid instance (for non-Monadic).
 
1.1.1.1 (2018-04-13)
1.1.1.0 (2017-01-26)
- 
Support strict Textvalues (thanks to Elliot Cameron).
 
- 
Loosened constraints from MonadtoFunctorwhere applicable
(thanks to Elliot Cameron).
 
- 
Uses base-compatto make it easier to support multiple GHC
versions.
 
- 
Add isEmpty :: Doc -> Bool.
 
- 
Support Semigroupinbase >= 4.9.0.0.
 
1.1.0.4 (2015-04-06)
1.1.0.3 (2014-12-24)
1.1.0.2 (2014-01-16)
1.1.0.1 (2013-12-23)
This probably should have been 1.1.1.0.
- 
Documentation fixes. 
- 
Add displayB,spacebreakand<++>.
 
- 
Smarter treatment of spaces, newlines, etc. (including how linebehaves inrenderOneLine).
 
1.1.0.0 (2012-08-22)
- 
Docis now an instance ofMonoid.
 
- 
Add renderOneLinefunction.
 
- 
Add IsStringinstances.
 
- 
Make SimpleDocan instance ofShowfor convenience.
 
- 
Make the Showinstance forDocmatch the documentation.
 
1.0.0.0 (2012-05-22)