[Hugs-bugs] Bug evaluating boolean expresion

Ross Paterson ross at soi.city.ac.uk
Thu Jan 13 07:12:22 EST 2005


On Thu, Jan 13, 2005 at 01:02:13PM +0100, Pepe Gallardo wrote:
> After loading the following script,
> 
> b' = (if True then f else odd) 1
> f _ = True
> 
> [...]
>
> Main> b'
> 
> Program error: pattern match failure: instShow_v89_v1324 0 b'    

Thanks for the report.  This is the same bug as

http://www.haskell.org//pipermail/hugs-bugs/2004-October/001517.html

It's fixed in CVS, and the fix will be in the next release.


More information about the Hugs-Bugs mailing list