Take `ristretto` out of the IO monad
None of the FFI values escape from `ristretto` so all of the FFI IO should be safe to do with `unsafePerformIO`.
Loading
Please register or sign in to comment
None of the FFI values escape from `ristretto` so all of the FFI IO should be safe to do with `unsafePerformIO`.