Re: Bug evaluating boolean expresion
"Pepe Gallardo" <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.hugs.bugs |
|---|---|
| Message-ID | <006601c4f969$fa5a22f0$746cd696@pepeg> |
----- Original Message ----- From: "Ross Paterson" <[email protected]> To: "Pepe Gallardo" <[email protected]> Cc: <[email protected]> Sent: Thursday, January 13, 2005 1:12 PM Subject: Re: [Hugs-bugs] Bug evaluating boolean expresion > 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. > _______________________________________________ > Hugs-Bugs mailing list > [email protected] > http://www.haskell.org/mailman/listinfo/hugs-bugs > >