Skip to content

Improve stg lint for unboxed sums.

Andreas Klebinger requested to merge wip/andreask/stgLintFix into master
Improve stg lint for unboxed sums.

It now properly catches cases where sums end up distributed
over multiple args after unarise.

Fixes #22026.

Merge request reports