[Haskell] PhD position (Uni Amsterdam) in Programming Languages and Energy-aware Multi-core Computing

2018-03-06 Thread Clemens Grelck
The System and Network Engineering Lab (SNE) of the University of Amsterdam invites applications for a fully funded PhD candidate position in the area of programming languages and energy-aware multi-core computing. The PhD candidate will be involved in the EU Horizon-2020 collaborative research

How to highlighting subexpressions in dumped core?

2018-03-06 Thread Joachim Breitner
Hi, one of my plugins dumps core output to the user, and this core output contains “interesting subexpressions”. I would like to highlight them (for example, with `bold :: SDoc -> SDoc`). As far as I can see, I have these options: * I copy all, or most of PprCore, and extend ppr_expr to look