Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Continuation monad and generalizations, take 2 #303

Closed
wants to merge 3 commits into from
Closed

Continuation monad and generalizations, take 2 #303

wants to merge 3 commits into from

Conversation

pthariensflame
Copy link
Contributor

This pull request implements the indexed multi-continuation monad transformer IndexedContsT, as well as providing type synonyms for common specializations.

Unfortunately, I was unable to provide a MonadTrans instance and still maintain variance in the type parameters, and a Hoist instance is completely out of the question. liftM is, at least, implemented with the necessary additional variance annotations in IndexedContsTFunctions.

This is a redo of #302.

larsrh added a commit that referenced this pull request Mar 9, 2013
@larsrh
Copy link
Contributor

larsrh commented Mar 9, 2013

Merged in fa1f799.

@larsrh larsrh closed this Mar 9, 2013
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.

None yet

3 participants