newForeignPtr
Ross Paterson <[email protected]> Wed, 21 May 2003 15:48:01 +0100
| Newsgroups | gmane.comp.lang.haskell.nhc.bugs |
|---|---|
| Message-ID | <[email protected]> |
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.)