commercialhaskell / rio

A standard library for Haskell
Other
838 stars 54 forks source link

Re-export Data.Ord.Down from RIO.Prelude #170

Closed akhra closed 5 years ago

akhra commented 5 years ago

Addresses #169

The only reservation I have here is that for some reason there's no record for deconstructing a Down (e.g. getDown, unDown). But there also doesn't seem to be any competing implementation which does provide that.

snoyberg commented 5 years ago

I'm not a huge fan of the name, but it is standard, so may as well include it. Thanks!