Skip to content
Snippets Groups Projects
Commit d3f002cc authored by Simon Peyton Jones's avatar Simon Peyton Jones
Browse files

Fix over-eager unpacking in isUnpackableType

This bug meant that we tried to unpack Link in

  data Link a = MkLink !(Link a)

when -funbox-small-strict-fields was on.  See Trac #8221.
parent 1fb558d1
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment