Skip to content

Fix a subtle bug in the occurrence analyser

Simon Peyton Jones requested to merge wip/T25096 into master

Fixes #25096 (closed), a bug in OccurAnal that made it put bogus OneShot info on join point binders.

Merge request reports