pkgsrc/devel/hs-fmlist/DESCR
pho 01e8d083d5 Import fmlist-0.9.4
FoldMap lists are lists represented by their foldMap function. FoldMap
lists have O(1) cons, snoc and append, just like DLists, but other
operations might have favorable performance characteristics as
well. These wild claims are still completely unverified though.
2021-05-05 11:40:31 +00:00

4 lines
265 B
Text

FoldMap lists are lists represented by their foldMap function. FoldMap
lists have O(1) cons, snoc and append, just like DLists, but other
operations might have favorable performance characteristics as
well. These wild claims are still completely unverified though.