Copyright | (C) 2019 Oleg Grenrus |
---|---|
License | BSD-3-Clause (see the file LICENSE) |
Maintainer | Oleg Grenrus <oleg.grenrus@iki.fi> |
Safe Haskell | Safe |
Language | Haskell2010 |
Documentation
\(N_5\), is smallest non-modular (and non-distributive) lattice.
Instances
Bounded N5 Source # | |
Enum N5 Source # | |
Eq N5 Source # | |
Data N5 Source # | |
Defined in Algebra.Lattice.N5 gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> N5 -> c N5 # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c N5 # dataTypeOf :: N5 -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c N5) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c N5) # gmapT :: (forall b. Data b => b -> b) -> N5 -> N5 # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> N5 -> r # gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> N5 -> r # gmapQ :: (forall d. Data d => d -> u) -> N5 -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> N5 -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> N5 -> m N5 # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> N5 -> m N5 # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> N5 -> m N5 # | |
Ord N5 Source # | |
Read N5 Source # | |
Show N5 Source # | |
Generic N5 Source # | |
Function N5 Source # | |
Arbitrary N5 Source # | |
CoArbitrary N5 Source # | |
Defined in Algebra.Lattice.N5 coarbitrary :: N5 -> Gen b -> Gen b # | |
NFData N5 Source # | |
Defined in Algebra.Lattice.N5 | |
Hashable N5 Source # | |
Defined in Algebra.Lattice.N5 | |
Universe N5 Source # | |
Defined in Algebra.Lattice.N5 | |
Finite N5 Source # | |
Defined in Algebra.Lattice.N5 | |
PartialOrd N5 Source # | |
BoundedMeetSemiLattice N5 Source # | |
Defined in Algebra.Lattice.N5 | |
BoundedJoinSemiLattice N5 Source # | |
Defined in Algebra.Lattice.N5 | |
Lattice N5 Source # | |
type Rep N5 Source # | |
Defined in Algebra.Lattice.N5 type Rep N5 = D1 (MetaData "N5" "Algebra.Lattice.N5" "lattices-2-GNwPiglY2qIELYMTNuLIEL" False) ((C1 (MetaCons "N5o" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "N5a" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "N5b" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "N5c" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "N5i" PrefixI False) (U1 :: Type -> Type)))) |