RE: possible real bug in 6.2.2

2004-10-20 Thread Simon Peyton-Jones
| But there remains another one: a DoCon `making' bug. | If it occurs, for example, due to a bug in the garbage collection, | then any computation is damaged. | Yes, Simon M is looking into that in due course; it seems to be a bug in the 1-space compacting. Simon

possible real bug in 6.2.2

2004-10-19 Thread Serge D. Mechveliani
Dear GHC team, My investigation of why a certain list field in a record does not print lazily has lead to something like a bug report for ghc-6.2.2. The program example of kind let f = ... mbPair = ... in f $ case mbPair of Just _ - error Lemma found\n

Re: possible real bug in 6.2.2

2004-10-19 Thread Serge D. Mechveliani
Yes, please, withdraw my last `bug' report on ghc-6.2.2. The next day after I sent a `bug report' I also discovered that the program behavior looks natural. Because most of the functions in the presented module call each other in a complex recursive way. But there remains another one: a DoCon