[cvs-nhc98] FFIBuiltin never had matching a source .hs file. Now all
Malcolm Wallace
malcolm@sparud.net
Mon, 9 Sep 2002 15:22:51 +0200 (CEST)
malcolm: Mon Sep 9 15:22:51 CEST 2002
Update of /usr/src/master/nhc/include
In directory hinken:/tmp/cvs-serv16060
Modified Files:
FFI.hi GreenCard.hi
Removed Files:
FFIBuiltin.hi
Log Message:
FFIBuiltin never had matching a source .hs file. Now all the abstract
types defined in it can be created by source definitions of the form
"data Ptr a;", which now appear within the normal FFI sources.