| Portability | portable |
|---|---|
| Stability | provisional |
| Maintainer | masahiro.sakai@gmail.com |
| Safe Haskell | Safe-Inferred |
Algebra.Lattice.Boolean
Contents
Description
Type classes for lattices and boolean algebras.
Boolean algebra
class Complement a whereSource
types that can be negated.
Instances
| Complement Lit | |
| Complement QFFormula | |
| Complement Lit | |
| Complement (Rel c) | |
| Complement lit => Complement (DNF lit) | |
| Complement (Formula a) |
class (BoundedLattice a, Complement a) => Boolean a whereSource
types that can be combined with boolean operations.