map-syntax

Haskell's canonical list of tuples syntax for defining maps is not very convenient and also has ambiguous semantics. This package leverages do notation to create a lighter syntax that makes semantics explicit and also allows the option of fail-fast handling of duplicate keys.


Keywords
data-structures, library, Propose Tags, Skip to Readme, , Index, Data.Map.Syntax, map-syntax-0.3.tar.gz, browse, Package description, revised, metadata revisions, Package maintainers, DougBeardsley, edit package information , 0.2.0.1
License
BSD-3-Clause
Install
cabal install map-syntax-0.2.0.1

Documentation

Haskell's canonical list of tuples syntax for defining maps is not very convenient and also has ambiguous semantics. This package leverages do notation to create a lighter syntax that makes semantics explicit and also allows the option of fail-fast handling of duplicate keys.