bgamari / ghc-pretty-errors

Design planning for prettier error messages from GHC
8 stars 1 forks source link

Feedback from Neil #2

Open ndmitchell opened 5 years ago

ndmitchell commented 5 years ago

Some notes:

FWIW, for GHC, I'd lean in the direction of an ADT, with a function to generate custom pretty printing with format/holes etc.

bgamari commented 5 years ago

Thanks Neil, indeed the ADT direction is now where we are leaning as well.