Closed spl closed 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.
dlist-nonempty
DNonEmpty
NonEmptyDList
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 callDNonEmpty
instead ofNonEmptyDList
.