@hackage AC-Boolean1.1.0
Handle Boolean values generatically.
Categories
License
BSD-3-Clause
Maintainer
MathematicalOrchid@hotmail.com
Links
- Documentation
- No source repository
- Security
Versions
Installation
Dependencies (1)
Dependents (1)
@hackage/acme-everything
This package provides various functions and classes for dealing
with things which are like Boolean values. It also defines a
few useful instances. The main benefit is the ability to use
the usual &&, etc. operators without having to invent new
operator names for every kind of Bool-like thing.
Changes:
Increase efficiency of
Booleaninstance forBool.Shorten source code.
Remove function instance. (
Control.Monad.Instancesprovides an equivilentMonadinstance.)