Skip to content

Conversation

@vasilmkd
Copy link
Member

@vasilmkd vasilmkd commented Nov 5, 2020

@djspiewak I'm having some trouble implementing an ApplicativeThread instance for StateT, particularly start. If you could provide some insight, that would be amazing. Thanks.

@vasilmkd vasilmkd marked this pull request as draft November 5, 2020 01:02
@vasilmkd
Copy link
Member Author

vasilmkd commented Nov 5, 2020

And now I saw the comment on the ApplicativeThread companion object. 😆

@vasilmkd
Copy link
Member Author

vasilmkd commented Nov 5, 2020

It basically becomes impossible to fork an MVar action, if it switches to a StateT representation, as evidenced by the failing test.

@djspiewak
Copy link
Member

It basically becomes impossible to fork an MVar action, if it switches to a StateT representation, as evidenced by the failing test

This actually surprises me. I'll take a look at it! I would have expected fork would still work with MVar.

@vasilmkd
Copy link
Member Author

vasilmkd commented Nov 7, 2020

It could just be my own ignorance. 😆

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