commercialhaskell / rio

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

Re-export `pred`, `succ` in `RIO.Partial`. #149

Closed akhra closed 5 years ago

akhra commented 5 years ago

I think we just overlooked these with #115, they have the same sort of bounds-related partiality as toEnum which was included there.