File: README.md

package info (click to toggle)
haskell-map-syntax 0.3-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 112 kB
  • sloc: haskell: 326; sh: 20; makefile: 5
file content (4 lines) | stat: -rw-r--r-- 278 bytes parent folder | download | duplicates (5)
1
2
3
4
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.