| Copyright | (C) 2019 Oleg Grenrus |
|---|---|
| License | BSD-3-Clause (see the file LICENSE) |
| Maintainer | Oleg Grenrus <[email protected]> |
| Safe Haskell | Safe |
| Language | Haskell2010 |
Algebra.Lattice.M2
Description
Documentation
\(M_2\) is isomorphic to \(\mathcal{P}\{\mathbb{B}\}\), i.e. powerset of Bool.

Instances
| Arbitrary M2 Source # | |||||
| CoArbitrary M2 Source # | |||||
Defined in Algebra.Lattice.M2 | |||||
| Function M2 Source # | |||||
| NFData M2 Source # | |||||
Defined in Algebra.Lattice.M2 | |||||
| Data M2 Source # | |||||
Defined in Algebra.Lattice.M2 Methods gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> M2 -> c M2 # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c M2 # dataTypeOf :: M2 -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c M2) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c M2) # gmapT :: (forall b. Data b => b -> b) -> M2 -> M2 # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> M2 -> r # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> M2 -> r # gmapQ :: (forall d. Data d => d -> u) -> M2 -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> M2 -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> M2 -> m M2 # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> M2 -> m M2 # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> M2 -> m M2 # | |||||
| Bounded M2 Source # | |||||
| Enum M2 Source # | |||||
| Generic M2 Source # | |||||
Defined in Algebra.Lattice.M2 Associated Types
| |||||
| Read M2 Source # | |||||
| Show M2 Source # | |||||
| Eq M2 Source # | |||||
| Ord M2 Source # | |||||
| Hashable M2 Source # | |||||
| Heyting M2 Source # | |||||
| BoundedJoinSemiLattice M2 Source # | |||||
Defined in Algebra.Lattice.M2 | |||||
| BoundedMeetSemiLattice M2 Source # | |||||
Defined in Algebra.Lattice.M2 | |||||
| Lattice M2 Source # | |||||
| PartialOrd M2 Source # | |||||
| Finite M2 Source # | |||||
| Universe M2 Source # | |||||
Defined in Algebra.Lattice.M2 | |||||
| type Rep M2 Source # | |||||
Defined in Algebra.Lattice.M2 type Rep M2 = D1 ('MetaData "M2" "Algebra.Lattice.M2" "lattices-2.2.1-JY28lmhbcmEBv2dv2owR24" 'False) ((C1 ('MetaCons "M2o" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "M2a" 'PrefixI 'False) (U1 :: Type -> Type)) :+: (C1 ('MetaCons "M2b" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "M2i" 'PrefixI 'False) (U1 :: Type -> Type))) | |||||