[cvs-nhc98] Introduced new combinator conCons to make transformed stri
User olaf
olaf@sparud.net
Tue, 27 Mar 2001 13:22:16 +0200 (CEST)
olaf: Tue Mar 27 13:22:16 CEST 2001
Update of /usr/src/master/nhc/include
In directory hinken:/tmp/cvs-serv7089/include
Modified Files:
Prelude.T.hi
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.