Skip to content

WorkWrap: Unbox arguments of unlifted type (#20663)

Sebastian Graf requested to merge wip/T20663 into ghc-9.2

Unlifted (datatype) arguments are evaluated, so we can unbox them the same as strictly used arguments.

This is a backport of a fix that already landed in master.

Fixes #20663 (closed).

Edited by Sebastian Graf

Merge request reports