Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Documentation
data Complemented a Source #
Show a => Show (Complemented a) Source # | |
SemiCoHeytingAlgebra a => JoinSemiLattice (Complemented a) Source # | |
SemiCoHeytingAlgebra a => MeetSemiLattice (Complemented a) Source # | |
SemiCoHeytingAlgebra a => Lattice (Complemented a) Source # | |
SemiCoHeytingAlgebra a => BoundedJoinSemiLattice (Complemented a) Source # | |
SemiCoHeytingAlgebra a => BoundedMeetSemiLattice (Complemented a) Source # | |
SemiCoHeytingAlgebra a => BoundedLattice (Complemented a) Source # | |
(/\\) :: SemiCoHeytingAlgebra a => a -> Complemented a -> a Source #
(//\) :: SemiCoHeytingAlgebra a => Complemented a -> a -> a Source #
Orphan instances
Eq a => JoinSemiLattice [a] Source # | |
Eq a => MeetSemiLattice [a] Source # | |
Eq a => BoundedJoinSemiLattice [a] Source # | |