About

Metadata

  • Last updated , by julm
  • License GPL-3.0-only
  • Categories Data Structures
  • Maintained by: Julien Moutinho <julm+haskell+treemap@autogeree.net>

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 7.10.3

Package Flags

Use the -f option with cabal commands to enable flags

    dev (off by default)

    Turn on development settings.

    dump (off by default)

    Dump some intermediate files.

    prof (off by default)

    Turn on profiling settings.

    threaded (off by default)

    Enable threads.

Readme

A tree of Data.Map, which is like a Map but whose key is now a NonEmpty list of Map keys (a Path) enabling the possibility to gather mapped values by Path prefixes (inside a Node).