You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like Initializer is just a combination of reader and state monads, so it should be possible to get a MonadFix instance out of this. I would like to use this as we have our Initializer split over two modules and MonadFix gives me a nice way to "share" some parameters between them. I'll see if I can provide a pull request soon.
The text was updated successfully, but these errors were encountered:
It looks like Initializer is just a combination of reader and state monads, so it should be possible to get a
MonadFix
instance out of this. I would like to use this as we have ourInitializer
split over two modules andMonadFix
gives me a nice way to "share" some parameters between them. I'll see if I can provide a pull request soon.The text was updated successfully, but these errors were encountered: