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

Hide traits in data package #1479

Merged
merged 1 commit into from
Nov 28, 2016
Merged

Conversation

peterneyens
Copy link
Collaborator

Hide

  • traits for type class instances: Coproduct, Func and Prod.
  • traits for functions: EitherT, Ior, Validated and WriterT.

See #1160.

- traits for type class instances: `Coproduct`, `Func` and `Prod`.
- traits for functions: `EitherT`, `Ior`, `Validated` and `WriterT`.
@non
Copy link
Contributor

non commented Nov 28, 2016

I'm guessing this is to make the Scaladoc a bit nicer?

Seems reasonable to me. 👍

@codecov-io
Copy link

codecov-io commented Nov 28, 2016

Current coverage is 92.21% (diff: 100%)

Merging #1479 into master will not change coverage

@@             master      #1479   diff @@
==========================================
  Files           242        242          
  Lines          3609       3609          
  Methods        3539       3539          
  Messages          0          0          
  Branches         70         70          
==========================================
  Hits           3328       3328          
  Misses          281        281          
  Partials          0          0          

Powered by Codecov. Last update 47acf7f...4db5bc5

Copy link
Contributor

@johnynek johnynek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Copy link
Contributor

@kailuowang kailuowang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@johnynek johnynek merged commit 25d11c4 into typelevel:master Nov 28, 2016
@stew stew removed the in progress label Nov 28, 2016
@peterneyens peterneyens deleted the hide-prod-traits branch November 29, 2016 05:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants