@hackage listsafe0.1.0.1
Safe wrappers for partial list functions, supporting MonadThrow.
Categories
License
Apache-2.0
Maintainer
janos.tapolczai@gmail.com
Links
Versions
Installation
Dependencies (2)
- base >=4.7 && <5
- exceptions >=0.4 Show all…
Dependents (11)
@hackage/repl-toolkit, @hackage/tinytools, @hackage/packed-data, @hackage/find-clumpiness, @hackage/bdcs, @hackage/acme-everything, Show all…
Data.List includes a handful of partial functions that throw uncatchable exceptions when given empty lists. This package provides safe alternatives for such functions based on MonadThrow which can provide a variety of failure cases: Nothing, IOException, Left, etc.