| Copyright | (c) Erich Gut |
|---|---|
| License | BSD3 |
| Maintainer | zerich.gut@gmail.com |
| Safe Haskell | None |
| Language | Haskell2010 |
OAlg.Structure.Lattice.Definition
Description
lattices
Synopsis
- class (PartiallyOrdered a, Logical a) => Lattice a
Documentation
class (PartiallyOrdered a, Logical a) => Lattice a Source #
lattices on partially orderd sets.
Properties Let a be an instance of Lattice, then holds:
Instances
| Lattice Bool Source # | |
Defined in OAlg.Structure.Lattice.Definition | |
| Ord x => Lattice (Set x) Source # | |
Defined in OAlg.Entity.Sequence.Set | |
| Lattice a => Lattice (Op a) Source # | |
Defined in OAlg.Structure.Lattice.Definition | |
| (Ord a, Ord b) => Lattice (Graph a (Set b)) Source # | |
Defined in OAlg.Entity.Sequence.Graph | |