ndmitchell / debug

Haskell library for debugging
BSD 3-Clause "New" or "Revised" License
122 stars 7 forks source link

Improvements #20

Closed pepeiborra closed 6 years ago

pepeiborra commented 6 years ago

Summary

I used debug-pp to instrument hlint with debug-hoed and debug (although I'm no longer able to instrument hlint with debug). During the process I ran into some issues and performance bottlenecks, which I've tried to address in this PR.

Changes

ndmitchell commented 6 years ago

Thanks! I see you also moved to prettyprinter - was that also performance motivated?

pepeiborra commented 6 years ago

Yes, I forgot to mention that. It was part of the switch to text.

ndmitchell commented 6 years ago

Thanks, looks good!