name: fmlist version: 0.9.4 synopsis: FoldMap lists description: 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. category: Data license: BSD3 license-file: LICENSE author: Sjoerd Visscher maintainer: sjoerd@w3future.com homepage: https://github.com/sjoerdvisscher/fmlist bug-reports: https://github.com/sjoerdvisscher/fmlist/issues build-type: Simple cabal-version: >= 1.10 Library exposed-modules: Data.FMList build-depends: base >= 3 && < 5 if impl(ghc < 8.0) build-depends: fail default-language: Haskell98 source-repository head type: git location: git://github.com/sjoerdvisscher/fmlist.git