@hackage interlude0.1
Replaces some Prelude functions for enhanced error reporting
Categories
License
LicenseRef-GPL
Maintainer
Links
- Homepage
- Documentation
- No source repository
- Security
Versions
Installation
Dependencies (1)
Dependents (3)
@hackage/acme-everything, @hackage/bio, @hackage/hasktags
Interlude is a CPP include file, and a module which you can use instead of the (often implicit) Prelude import. It replaces some partial functions (i.e. functions that may fail on correctly typed input like 'head []') with pattern matches, so that a sensible error message that includes location can be printed out.