[cvs-nhc98] Corrected bug of unevaluated partial applications of const

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


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

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

Modified Files:
	fileformat.c 
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%.