-
Then I found Snap has a MonadBaseControl instance, and thought it should work for me. But sadly to find it losing states. Also I failed to find a user side example of MonadBaseControl on Github (as there're only instance impl. hits), so I have not way to verify whether that's due to my incorrect usage.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
Any way quoting u/snoyberg : https://github.com/fpco/unliftio/issues/17#issuecomment-363655106
-
effectful
An easy to use, fast extensible effects library with seamless integration with the existing Haskell ecosystem.
On ZuriHac there was also effectful which looks promising and got some interest. It doesn't need ghc updates and makes other tradeoffs. I must say I haven't looked into it deeply, so can't really tell more about it.