Skip to content

Conversation

treeowl
Copy link
Contributor

@treeowl treeowl commented Jun 17, 2018

I'm not sure just how useful this is, but it seems like it should exist.

@treeowl
Copy link
Contributor Author

treeowl commented Jun 17, 2018

One question to consider: are there situations where the lazy blackholing here will probably lead to repeated computation? If so, we might just want to derive MonadFix from the IO instance and take the minor performance hit.

@konsumlamm
Copy link
Collaborator

Without any use case, I'm not convinced that this is a useful addition. Also, can't this always be implemented as stToEval m = runST (pure <$> m)? In that case, I'm even less convinced to add this, since it can be easily defined in user code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants