Closed denisrosset closed 8 years ago
@denisrosset If we merge #182 first, then we won't have to worry about the Order
test.
@denisrosset OK, #182 got merged, so we just use cats-kernel's OrderLaws
. Want to merge master?
@@ master #184 diff @@
==========================================
Files 36 36
Lines 757 757
Methods 703 703
Messages 0 0
Branches 54 54
==========================================
Hits 514 514
Misses 243 243
Partials 0 0
Powered by Codecov. Last update c1198b5...fa04cc4
Merged and bug fixed.
👍
Everything is basically in the title!
...except the
Order
that depends on the generation ofA => A
, which should be updated to use aCogen[A]
.