[cvs-nhc98] Introduced new combinator conCons to make transformed stri

User olaf olaf@sparud.net
Tue, 27 Mar 2001 13:22:17 +0200 (CEST)


olaf: Tue Mar 27 13:22:17 CEST 2001

Update of /usr/src/master/nhc/src/prelude/PreludeDebug
In directory hinken:/tmp/cvs-serv7089/src/prelude/PreludeDebug

Modified Files:
	PreludeDebug.hs 
Log Message:
Introduced new combinator conCons to make transformed string literals shorter.

The new tracing code for literal strings is a bit smaller. It also shares all uses of the (:) in a string. To improve it further, we would need to be able to use the tranformed list type and the untransformed one together in a combinator.