Fix Trac #4953: local let binders can have IdInfo with free names
authorsimonpj@microsoft.com <unknown>
Mon, 14 Feb 2011 14:03:34 +0000 (14:03 +0000)
committersimonpj@microsoft.com <unknown>
Mon, 14 Feb 2011 14:03:34 +0000 (14:03 +0000)
Local let binders in IfaceExpr never used to have unfoldings,
but lately they can (becuase they can have an INLINE pragma).
We must take account of the variables mentioned in the pragma
when computing the fingerprint.


No differences found