Skip to content
  • Simon Peyton Jones's avatar
    Rule binders shouldn't have IdInfo · 435c5194
    Simon Peyton Jones authored
    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.
    435c5194