spl / dlist

Difference lists in Haskell
https://hackage.haskell.org/package/dlist
BSD 3-Clause "New" or "Revised" License
65 stars 15 forks source link

Add DNonEmpty #60

Closed spl closed 4 years ago

spl commented 4 years ago

See #30 and https://github.com/phadej/dlist-nonempty.

This implementation takes inspiration from dlist-nonempty but proceeds down a different path for the type, which I call DNonEmpty instead of NonEmptyDList.