Skip to content

add ListT monad transformer and relevant instances #66

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

Closed
wants to merge 2 commits into from
Closed

Conversation

chessai
Copy link
Member

@chessai chessai commented Oct 3, 2018

Relevant issue: #54

Don't merge yet, some unresolved questions:

  1. Should we include the Enumerator part of the ListT API from pipes? I have not done so here.
  2. Should we incur a dependency on exceptions to provide MonadCatch and MonadThrow instances for ListT? There seems to already be the desire to incur this dependency on exceptions in issue [Discussion] Should we bring back exceptions instances? #52.
  3. Should the name of this be ListT, or should it be something else?

@treeowl
Copy link
Contributor

treeowl commented Oct 3, 2018

This is very hard to review because it has a slew of formatting changes along with substantive ones. Please separate those out into another commit. One or two are fine, but when there's a huge bunch it makes things really hard.

@chessai
Copy link
Member Author

chessai commented Oct 3, 2018

Understandable; sorry about that. Give me a moment.

@chessai
Copy link
Member Author

chessai commented Oct 3, 2018

see #71

@chessai chessai closed this Oct 3, 2018
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