Rule binders shouldn't have IdInfo
authorsimonpj@microsoft.com <unknown>
Tue, 9 Mar 2010 17:33:27 +0000 (17:33 +0000)
committersimonpj@microsoft.com <unknown>
Tue, 9 Mar 2010 17:33:27 +0000 (17:33 +0000)
commit435c5194b6047510d20a3d0c459c9b49e18da154
treebefabf2f734e35ce3a9d3e4296dc0280e9e17f15
parent4d4c860c6e82118f760d0debdece55114543158f
Rule binders shouldn't have IdInfo

While I was looking at the rule binders generated in DsBinds for specialise pragmas,
I also looked at Specialise.  It too was "cloning" the dictionary binders including
their IdInfo. In this case they should not have any, but its seems better to make
them completely fresh rather than substitute in existing (albeit non-existent) IdInfo.
compiler/specialise/Specialise.lhs