commercialhaskell / rio

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

RIO.NonEmpty ? #168

Closed akhra closed 5 years ago

akhra commented 5 years ago

Data.List.NonEmpty needs a qualified import. Might be worth moving it under RIO to standardize the recommended qualification (and encourage its use, maybe).

snoyberg commented 5 years ago

Addressed by #173

akhra commented 5 years ago

Reopening because #173 failed to export NonEmpty from RIO.Prelude, which it probably should.

akhra commented 5 years ago

Addressed by #173 and #174.