Ignore UNPACK pragmas with OmitInterfacePragmas is on (fixes Trac #5252)
authorSimon Peyton Jones <simonpj@microsoft.com>
Sat, 11 Jun 2011 13:26:34 +0000 (14:26 +0100)
committerSimon Peyton Jones <simonpj@microsoft.com>
Sat, 11 Jun 2011 13:26:34 +0000 (14:26 +0100)
The point here is that if a data type chooses a representation that
unpacks an argument field, the representation of the argument field
must be visible to clients.  And it may not be if OmitInterfacePragmas
is on.


No differences found