
27 Mar
2001
27 Mar
'01
6:22 a.m.
olaf: Tue Mar 27 13:22:17 CEST 2001 Update of /usr/src/master/nhc/src/compiler98 In directory hinken:/tmp/cvs-serv7089/src/compiler98 Modified Files: DbgId.hs DbgTrans.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.