[cvs-nhc98] No log message

User olaf olaf@sparud.net
Wed, 25 Apr 2001 12:31:54 +0200 (CEST)


olaf: Wed Apr 25 12:31:54 CEST 2001

Update of /usr/src/master/nhc/src/compiler98
In directory hinken:/tmp/cvs-serv15173/src/compiler98

Modified Files:
	DbgTrans.hs 
Log Message:
Corrected bug of unevaluated partial applications of constructors.

The combinator `eagerSat' was not the source of the bug.
Hence I resurrected it.

The source was that data constructors defined in trusted modules were trusted. However, they should always be suspected so that their application is recorded in the trace. Changed fileformat.c accordingly.

The Mate trace file grows by 2%.