[nhc-bugs] newForeignPtr

Ross Paterson ross@soi.city.ac.uk
Wed, 21 May 2003 15:48:01 +0100


How about renaming newUnsafeForeignPtr as newForeignPtr to conform to
the FFI spec?  GHC 6.0 calls the one that takes a Haskell finalizer
newConcForeignPtr.  (Similarly addForeignPtrFinalizer, though it doesn't
work in NHC as yet.)