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

Export reporting constructors #27

Closed
wants to merge 2 commits into from
Closed

Conversation

erikd
Copy link
Contributor

@erikd erikd commented Apr 9, 2017

No description provided.

, DiscardCount
, ShrinkCount(..)
, TestCount(..)
, DiscardCount(..)
Copy link
Member

Choose a reason for hiding this comment

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

These are all Num + Integral already, so you don't need the constructor exposed to get at them if you want it as an Int (just use fromIntegral)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fair enough.

Copy link
Member

Choose a reason for hiding this comment

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

I don't necessarily have a problem exposing the constructors, they're not protecting anything special

@erikd erikd closed this Apr 9, 2017
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.

None yet

2 participants