Traversable instance for DLists #
This file provides the equivalence between List α and DList α and the traversable instance
for DList.
The natural equivalence between lists and difference lists, using
DList.ofList and DList.toList.
This file provides the equivalence between List α and DList α and the traversable instance
for DList.
The natural equivalence between lists and difference lists, using
DList.ofList and DList.toList.