@hackage requirements0.7.0.3
Abstraction to manage user defined Type Errors
Categories
License
GPL-3.0-only
Maintainer
jpgarcia@fing.edu.uy
Links
- Documentation
- No source repository
- Changelog
- Security
Versions
Installation
Dependencies (1)
Dependents (2)
@hackage/AspectAG, @hackage/poly-rec
requirements is a framework to build user-defined type errors. Users condense the arguments of functions that can raise a domain-specific error into a curried data type, the operator. The Require constraint predicates over operators. Ill-formed operators require the Error operator.