purescript/purescript-lists

Add Eq1 and Ord1 instances to NonEmptyList and LazyNonEmptyList

milesfrain opened this issue · 1 comments

These instances exist for standard and Lazy lists. I assume we want them in the NonEmpty versions too for completeness.
Related to #183

Probably.