ekmett / wl-pprint-extras

A free monad based on the Wadler/Leijen pretty printer
http://hackage.haskell.org/package/wl-pprint-extras
Other
8 stars 9 forks source link

Add function `string`. #15

Open rpglover64 opened 8 years ago

rpglover64 commented 8 years ago

string is referred to by text's documentation. It is equivalent to (pretty :: String -> _).

This patch also required renaming a parameter in displayDecorated to avoid shadowing.

Closes #7.