[cvs-nhc98] Add an alternative version of the Main compiler module, wi

Malcolm Wallace malcolm@sparud.net
Fri, 28 Sep 2001 15:37:39 +0200 (CEST)


malcolm: Fri Sep 28 15:37:39 CEST 2001

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

Modified Files:
	ImportState.hs IntState.hs Main.hs 
Added Files:
	MainNew.hs 
Log Message:
Add an alternative version of the Main compiler module, with 'main'
rewritten as a single 'do' expression.  A couple of small helper
functions for error reporting (defined in other modules) have changed
name and/or type.  The original 'main' is still operational.