hashmap-throw: Throw behaviour for hashmap lookup.

[ data-structures, library, mit ] [ Propose Tags ]

Adds a lookupOrThrow function that throws if the key is not found


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0
Change log ChangeLog.md
Dependencies base (>=4.7 && <5), exceptions, hashable, hashmap [details]
License MIT
Copyright 2020 Daniel Firth
Author Daniel Firth
Maintainer dan.firth@homotopic.tech
Category Data structures
Uploaded by locallycompact at 2020-08-28T15:03:08Z
Distributions NixOS:0.1.0.0
Downloads 230 total (9 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-08-28 [all 1 reports]

Readme for hashmap-throw-0.1.0.0

[back to package description]

hashmap-throw

MonadThrow variant of Data.HashMap.lookup.