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

Enum typeclass #3458

Merged
merged 15 commits into from
Jul 6, 2020
Merged

Enum typeclass #3458

merged 15 commits into from
Jul 6, 2020

Commits on Jun 25, 2020

  1. Add Enum typeclass

    yilinwei committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    89969ba View commit details
    Browse the repository at this point in the history
  2. Add a few instances

    yilinwei committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    b02c2f6 View commit details
    Browse the repository at this point in the history
  3. add test

    yilinwei committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    cfe9955 View commit details
    Browse the repository at this point in the history
  4. correct hierarchy

    yilinwei committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    8c6c24a View commit details
    Browse the repository at this point in the history
  5. remove bound

    yilinwei committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    2088b4e View commit details
    Browse the repository at this point in the history
  6. commit some tests

    yilinwei committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    7664510 View commit details
    Browse the repository at this point in the history
  7. more tests and instances

    yilinwei committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    07c63e8 View commit details
    Browse the repository at this point in the history
  8. Add a few helper functions

    yilinwei committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    5e78407 View commit details
    Browse the repository at this point in the history
  9. fix mima issues

    yilinwei committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    c606b5a View commit details
    Browse the repository at this point in the history
  10. fix mima issues in laws

    yilinwei committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    2f9b61c View commit details
    Browse the repository at this point in the history
  11. switch to (Stream?)

    yilinwei committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    1d95d05 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d1b869a View commit details
    Browse the repository at this point in the history
  13. scalafmt

    yilinwei committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    6081197 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d696164 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b18012d View commit details
    Browse the repository at this point in the history