Add DEBUG-only flag -dsuppress-uniques to suppress printing of uniques
authorsimonpj@microsoft.com <unknown>
Fri, 16 Nov 2007 15:24:46 +0000 (15:24 +0000)
committersimonpj@microsoft.com <unknown>
Fri, 16 Nov 2007 15:24:46 +0000 (15:24 +0000)
commit9226af9eef1cc45dd745ce21ddeb36a0be0da708
tree01136a751c9f019d76f94ce1a0074459f6179927
parent2b1c24ecbcecb2d1a1d4ee482eb8bab5e1e75844
Add DEBUG-only flag -dsuppress-uniques to suppress printing of uniques

This is intended only for debugging use: it makes it easier to
compare two variants without the variations between uniques mattering.

(Of course, you can't actually feed the output to the C compiler
or assembler and expect anything sensible to happen!)
compiler/basicTypes/Unique.lhs
compiler/main/StaticFlags.hs