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

Override Foldable methods #1532

Merged
merged 3 commits into from
Feb 28, 2017
Merged

Commits on Feb 2, 2017

  1. Override Foldable methods

    - Override Foldable methods in a lot of instances (including
      NonEmptyReducible)
    - Override MonoidK algebra to get kernel Monoid instance
    - Add Reducible for Tuple2
    
    I might have gone overboard with the "one element foldables" (Option,
    Either, ...).
    peterneyens committed Feb 2, 2017
    Configuration menu
    Copy the full SHA
    0f6775d View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2017

  1. Configuration menu
    Copy the full SHA
    75580ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96c6246 View commit details
    Browse the repository at this point in the history