typelevel / algebra

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

Override reverse in Order.reverse value #119

Closed ceedubs closed 8 years ago

ceedubs commented 8 years ago

Override the reverse implementation in the result of Order.reverse to simply return the original Order instance.

tixxit commented 8 years ago

:+1: