Skip to content

Fix bogus transformation in the simple core optimiser (#16918)

Simon Peyton Jones requested to merge master into wip/T16918

The simple optimiser was making an invalid transformation to join points -- yikes. The fix is easy.

I also added some documentation about the fact that GHC uses a slightly more restrictive version of join points than does the paper.

Fix #16918 (closed)

Edited by Simon Peyton Jones

Merge request reports