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).