Jon Mountjoy <[EMAIL PROTECTED]> writes:

> The file: fptools/ghc/compiler/utils/Outputable.lhs
> around line 249, should read:
> 
> instance Outputable Bool where
>     ppr True  = ptext SLIT("True")
>     ppr False = ptext SLIT("False")
> 
> At the moment, the line with "True" does not exist, and leads to
> the error:
> 
> utils/Outputable.lhs:249: Non-exhaustive patterns in function `ppr'
> 
> when doing a:  ghc -c -ddump-stg -O nfib.hs 

Thanks - I'd fixed this one but forgot to commit it.

-- 
Simon Marlow                                             [EMAIL PROTECTED]
University of Glasgow                       http://www.dcs.gla.ac.uk/~simonm/
finger for PGP public key

Reply via email to