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

Lazy foldM for "Iterables" #1414

Merged
merged 4 commits into from
Oct 22, 2016
Merged

Commits on Oct 19, 2016

  1. Add foldMRec

    Resolves typelevel#1030, though it may be desirable change the default
    implementation to be lazy in the future. This can be done with `FreeT`
    but as of now I'm not sure how to do it without.
    ceedubs authored and peterneyens committed Oct 19, 2016
    Configuration menu
    Copy the full SHA
    2cc1122 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6bc8f58 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2016

  1. Configuration menu
    Copy the full SHA
    52c3b7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f3da09 View commit details
    Browse the repository at this point in the history