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

Add Modulo[N, O] instance where N: Integral and O <: Nat #413

Merged
merged 2 commits into from
Jan 16, 2018

Conversation

fthomas
Copy link
Owner

@fthomas fthomas commented Jan 15, 2018

closes #317

@codecov
Copy link

codecov bot commented Jan 15, 2018

Codecov Report

Merging #413 into master will increase coverage by 0.03%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #413      +/-   ##
==========================================
+ Coverage   95.51%   95.54%   +0.03%     
==========================================
  Files          46       46              
  Lines         557      561       +4     
  Branches       12       12              
==========================================
+ Hits          532      536       +4     
  Misses         25       25
Impacted Files Coverage Δ
...ed/src/main/scala/eu/timepit/refined/numeric.scala 73.33% <100%> (+4.1%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c223dab...0d66c7c. Read the comment docs.

@fthomas fthomas merged commit a637a7c into master Jan 16, 2018
@fthomas fthomas deleted the topic/fix-317 branch January 16, 2018 18:42
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.

Missing implicit value when using Modulo
1 participant