> In C code, I want to save a complex data strcuture defined in > haskell and pass it back to a haskell function at certain time. Look up "StablePtr" in Haskell's FFI spec. Regards, Malcolm