commercialhaskell / rio

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

Export Data.List.NonEmpty.NonEmpty from RIO.Prelude.Types #174

Closed akhra closed 5 years ago

akhra commented 5 years ago

I've chosen not to export the (:|) constructor here due to conflicts in generic-random and opaleye. Generally the smart de/constructor functions in RIO.NonEmpty are better anyway.

akhra commented 5 years ago

Addendum to #168