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 Validated.andThen #611

Merged
merged 2 commits into from
Nov 10, 2015
Merged

Commits on Nov 7, 2015

  1. Add Validated.andThen

    Fixes typelevel#604.
    
    This is essentially `flatMap` for `Validated`, but since `flatMap`
    suggests monadic bind in Cats and this is not consistent with `ap`,
    another name is being used.
    ceedubs committed Nov 7, 2015
    Configuration menu
    Copy the full SHA
    3fa27e7 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2015

  1. Configuration menu
    Copy the full SHA
    3e5634e View commit details
    Browse the repository at this point in the history