diff options
Diffstat (limited to 'devel/hs-fmlist/pkg-descr')
-rw-r--r-- | devel/hs-fmlist/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/hs-fmlist/pkg-descr b/devel/hs-fmlist/pkg-descr new file mode 100644 index 000000000000..6ba34e535217 --- /dev/null +++ b/devel/hs-fmlist/pkg-descr @@ -0,0 +1,6 @@ +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. + +WWW: http://hackage.haskell.org/package/fmlist |