[Document hs_init() infelicity (#2863) Simon Marlow **20081209164322] { hunk ./docs/users_guide/bugs.xml 301 + + + Divergence from the FFI specification + + + + hs_init() not allowed + after hs_exit() + + The FFI spec requires the implementation to support + re-initialising itself after being shut down + with hs_exit(), but GHC does not + currently support that. + + + + + hunk ./docs/users_guide/ffi-chap.xml 254 - re-initialise after this has happened. + re-initialise after this has happened, + see . }