reinterpreting 'Final' - Polysemy

Welcome to the Functional Programming Zulip Chat Archive. You can join the chat here.

drlkf

i have a monad m with a MonadIO instance, what should i use to reinterpret Final m to Final IO by providing say liftIO ?