Copyright | (c) Edward Kmett 2017 (c) Edward Kmett and Dan Doel 2012-2014 |
---|---|
License | BSD2 |
Maintainer | Edward Kmett <ekmett@gmail.com> |
Stability | experimental |
Portability | non-portable |
Safe Haskell | Safe |
Language | Haskell2010 |
General-purpose utilities for pretty printing.
Documentation
This is an infinitely large free variable supply you can trim your used variables out of.
prePunctuate :: Doc -> [Doc] -> [Doc] Source #
prePunctuate' :: Doc -> Doc -> [Doc] -> [Doc] Source #