cdepillabout / pretty-simple

pretty-printer for Haskell data types that have a Show instance
https://hackage.haskell.org/package/pretty-simple
BSD 3-Clause "New" or "Revised" License
243 stars 29 forks source link

Add "deprecation" warnings to `Debug.Pretty.Simple`? #101

Closed georgefst closed 2 years ago

georgefst commented 2 years ago

protolude does this and it's very nice to get warnings showing you exactly where in your code you've left debugging artefacts.

IIRC, Elm also does something similar (in a slightly more ad-hoc way), as presumably do some other languages/compilers.

chaughawout commented 2 years ago

Hey @georgefst do ya'll typically close issues once the PR is merged or once the module is published?

georgefst commented 2 years ago

The former. Thanks for reminding me.