[cvs-nhc98] Accept "data T a;" as a valid declaration of an abstract d

Malcolm Wallace malcolm@sparud.net
Mon, 9 Sep 2002 15:13:29 +0200 (CEST)


malcolm: Mon Sep  9 15:13:28 CEST 2002

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

Modified Files:
	Parse.hs 
Log Message:
Accept "data T a;" as a valid declaration of an abstract datatype.
There are no values of such a type, unless it is otherwise known to
the compiler, or used in an FFI call (e.g. Ptr a).