typelevel / algebra

Experimental project to lay out basic algebra type classes
https://typelevel.org/algebra/
Other
378 stars 69 forks source link

Completed commutative rings #183

Closed denisrosset closed 7 years ago

denisrosset commented 7 years ago

... so that we have a CommutativeSemiring and CommutativeRng. This enables BoolRng to be part of the commutative ring types.

tixxit commented 7 years ago

👍

codecov-io commented 7 years ago

Current coverage is 70.88% (diff: 100%)

Merging #183 into master will increase coverage by 0.63%

@@             master       #183   diff @@
==========================================
  Files            43         43          
  Lines           904        917    +13   
  Methods         855        868    +13   
  Messages          0          0          
  Branches         49         49          
==========================================
+ Hits            635        650    +15   
+ Misses          269        267     -2   
  Partials          0          0          

Powered by Codecov. Last update 449c064...3ac7364

denisrosset commented 7 years ago

Ha, it's funny this improves coverage!

johnynek commented 7 years ago

:+1: