blob: 6ba34e535217c2c056ce00c30613d9a6961c101e (
plain) (
blame)
1
2
3
4
5
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
|