listsafe: Safe wrappers for partial list functions, supporting MonadThrow.
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
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.
Properties
Versions | 0.1.0.0, 0.1.0.1, 0.1.0.1 |
---|---|
Change log | None available |
Dependencies | base (>=4.7 && <5), exceptions (>=0.4) [details] |
License | Apache-2.0 |
Author | Janos Tapolczai |
Maintainer | janos.tapolczai@gmail.com |
Category | Data, List, Safe |
Home page | https://github.com/ombocomp/listsafe |
Source repo | head: git clone git://github.com/ombocomp/listsafe.git |
Uploaded | by jtapolczai2 at 2015-05-13T18:59:52Z |
Modules
[Index]
- Data
- List
Downloads
- listsafe-0.1.0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees