commercialhaskell / rio

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

Expose `fromLeft` and `fromRight` from `RIO.Prelude` #225

Closed lehins closed 3 years ago

lehins commented 3 years ago

These guys have been available since base-4.10 which is already the lower bound for rio.

snoyberg commented 3 years ago

They're partial functions, they shouldn't be included

snoyberg commented 3 years ago

Doh, I'm an idiot, ignore me, it's early :p