| 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.M3
Description
Documentation
\(M_3\), is smallest non-distributive, yet modular lattice.

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