To my
>> The ghc-4.04 documentation mentions
>> -fddump-rules, -fddump-simpl-stats
>>
>> in the glasgow-ext description. But they are not recognized.
>> Instead, i discovered that -ddump-rules, -ddump-simpl-stats
>> seem to work.
Keith Wansbrough <[EMAIL PROTECTED]> writes
> Are you sure? Sections 5.11 and 2.13 of my version of the docs both
> refer to -ddump-{rules,simpl-stats}, as they should.
In ghc-4.04-src.tar.gz .../docs/users_guide/glasgow_exts.vsgml
contains
...
<item> Use @-fddump-rules@ to see ...
<item> Use @-fddump-simpl-stats@ to see ...
...
------------------
Sergey Mechveliani
[EMAIL PROTECTED]