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

#607: Add missing Show instances #928

Merged
merged 3 commits into from
Mar 16, 2016
Merged

Commits on Mar 11, 2016

  1. Initial commit for ISSUE-607. Wondering if typeclass instances for Sh…

    …ow could be automatically derived for Tuples and case classes (see: https://github.com/milessabin/kittens), but ignored that possibility for now and just wrote an instance for Tuple2 to get this to work.
    Matt authored and Matt committed Mar 11, 2016
    Configuration menu
    Copy the full SHA
    4dae55b View commit details
    Browse the repository at this point in the history
  2. Removing superfluous comment.

    Matt Martin committed Mar 11, 2016
    Configuration menu
    Copy the full SHA
    ba6b93d View commit details
    Browse the repository at this point in the history
  3. Simplifying TupleTests

    Matt Martin committed Mar 11, 2016
    Configuration menu
    Copy the full SHA
    42a0583 View commit details
    Browse the repository at this point in the history