[cvs-nhc98] Corrected transformation for pattern bindings.

User olaf olaf@sparud.net
Fri, 23 Mar 2001 12:42:45 +0100 (CET)


olaf: Fri Mar 23 12:42:44 CET 2001

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

Modified Files:
	DbgTrans.hs State.hs 
Log Message:
Corrected transformation for pattern bindings.

The previous transformation made pattern bindings strict.
Introduced calls of lazySat to make them non-strict.
They are now very similar to caf bindings.