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

Add instance lookup for Foldable and Traverse methods #129

Merged
merged 4 commits into from
Jul 17, 2017

Commits on Jul 17, 2017

  1. Fix foldMapM and foldM to be inline extension functions instead of me…

    …mbers. Add default monad inference.
    pakoito committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    7087394 View commit details
    Browse the repository at this point in the history
  2. Fix signature to have defaults at the end

    pakoito committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    fb5b255 View commit details
    Browse the repository at this point in the history
  3. Extract extension functions for Traverse.

    pakoito committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    d475ceb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ab215c View commit details
    Browse the repository at this point in the history