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

Introduce Bifunctor Laws #559

Merged
merged 2 commits into from
Oct 4, 2015
Merged

Introduce Bifunctor Laws #559

merged 2 commits into from
Oct 4, 2015

Commits on Oct 4, 2015

  1. Introduce Bifunctor Laws

    - Create BifuncorLaws
    - Create BifunctorTests
    - Add Bifunctor instances for Validated, Ior, Xor, and XorT
    - Add Bifunctor tests for Validated, Ior, Xor, and XorT
    
    Fixes: 557
    angelo-streetcontxt committed Oct 4, 2015
    Configuration menu
    Copy the full SHA
    1af9ec4 View commit details
    Browse the repository at this point in the history
  2. Address Code Review feedback

    - Removed unnecessary  parens
    - Renamed methods to match the convention
    angelo-streetcontxt committed Oct 4, 2015
    Configuration menu
    Copy the full SHA
    786d532 View commit details
    Browse the repository at this point in the history