AC-Boolean

Handle Boolean values generatically.

Latest on Hackage:1.1.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Andrew Coppin
Maintained by [email protected]

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 Boolean instance for Bool.

  • Shorten source code.

  • Remove function instance. (Control.Monad.Instances provides an equivilent Monad instance.)