[cvs-nhc98] First step towards allowing records in portable transforma
User olaf
olaf@sparud.net
Wed, 30 Jan 2002 12:25:02 +0100 (CET)
olaf: Wed Jan 30 12:25:00 CET 2002
Update of /usr/src/master/nhc/src/compiler98
In directory hinken:/tmp/cvs-serv17735/src/compiler98
Modified Files:
PrettySyntax.hs Syntax.hs TraceTrans.hs
Log Message:
First step towards allowing records in portable transformation.
Corrected pretty printing of record expressions.
Corrected transformation of records in patterns.
Now portable transformation allows definition of records and use
of records (field names) in patterns.
Record selectors, record creation and record update still need to be done.