Ashley Yakeley <ashley at semantic.org> writes: > Specifically I want a ForeignPtr of a null Ptr that has no finalizers. Ah, this makes sense. I wonder if we should add the following to the FFI spec module ForeignPtr? nullForeignPtr :: ForeignPtr a -- a null pointer with null finalizer Regards, Malcolm