[cvs-nhc98] Fix bug in printing lambda expressions with application pa

Malcolm Wallace malcolm@sparud.net
Wed, 28 Aug 2002 17:14:20 +0200 (CEST)


malcolm: Wed Aug 28 17:14:20 CEST 2002

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

Modified Files:
	PrettySyntax.hs 
Log Message:
Fix bug in printing lambda expressions with application patterns.
e.g.
    \ (X a b) c -> ...
was being printed incorrectly as
    \ X a b c -> ...