Re: Bug evaluating boolean expresion
Ross Paterson <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.hugs.bugs |
|---|---|
| Message-ID | <[email protected]> |
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.