Skip to content

Fix a tricky specialiser loop

Simon Peyton Jones requested to merge wip/T17151 into master

This MR fixes a rather tricky bug in the specialiser, which made it generate code that loops.

There's a second patch that does a bit of orthogonal refactoring.

Merge request reports