lattices-2.1: Fine-grained library for constructing and manipulating lattices
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

Algebra.Lattice.M3

Description

Synopsis

Documentation

data M3 Source #

\(M_3\) , is smallest non-distributive, yet modular lattice.

Instances

Instances details
Bounded M3 Source #
Instance details

Defined in Algebra.Lattice.M3

Enum M3 Source #
Instance details

Defined in Algebra.Lattice.M3

Eq M3 Source #
Instance details

Defined in Algebra.Lattice.M3

Data M3 Source #
Instance details

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 Source #

gunfold :: ( forall b r. Data b => c (b -> r) -> c r) -> ( forall r. r -> c r) -> Constr -> c M3 Source #

toConstr :: M3 -> Constr Source #

dataTypeOf :: M3 -> DataType Source #

dataCast1 :: Typeable t => ( forall d. Data d => c (t d)) -> Maybe (c M3 ) Source #

dataCast2 :: Typeable t => ( forall d e. ( Data d, Data e) => c (t d e)) -> Maybe (c M3 ) Source #

gmapT :: ( forall b. Data b => b -> b) -> M3 -> M3 Source #

gmapQl :: (r -> r' -> r) -> r -> ( forall d. Data d => d -> r') -> M3 -> r Source #

gmapQr :: forall r r'. (r' -> r -> r) -> r -> ( forall d. Data d => d -> r') -> M3 -> r Source #

gmapQ :: ( forall d. Data d => d -> u) -> M3 -> [u] Source #

gmapQi :: Int -> ( forall d. Data d => d -> u) -> M3 -> u Source #

gmapM :: Monad m => ( forall d. Data d => d -> m d) -> M3 -> m M3 Source #

gmapMp :: MonadPlus m => ( forall d. Data d => d -> m d) -> M3 -> m M3 Source #

gmapMo :: MonadPlus m => ( forall d. Data d => d -> m d) -> M3 -> m M3 Source #

Ord M3 Source #
Instance details

Defined in Algebra.Lattice.M3

Read M3 Source #
Instance details

Defined in Algebra.Lattice.M3

Show M3 Source #
Instance details

Defined in Algebra.Lattice.M3

Generic M3 Source #
Instance details

Defined in Algebra.Lattice.M3

Associated Types

type Rep M3 :: Type -> Type Source #

Function M3 Source #
Instance details

Defined in Algebra.Lattice.M3

Arbitrary M3 Source #
Instance details

Defined in Algebra.Lattice.M3

CoArbitrary M3 Source #
Instance details

Defined in Algebra.Lattice.M3

NFData M3 Source #
Instance details

Defined in Algebra.Lattice.M3

Methods

rnf :: M3 -> () Source #

Hashable M3 Source #
Instance details

Defined in Algebra.Lattice.M3

Universe M3 Source #
Instance details

Defined in Algebra.Lattice.M3

Finite M3 Source #
Instance details

Defined in Algebra.Lattice.M3

PartialOrd M3 Source #
Instance details

Defined in Algebra.Lattice.M3

BoundedMeetSemiLattice M3 Source #
Instance details

Defined in Algebra.Lattice.M3

BoundedJoinSemiLattice M3 Source #
Instance details

Defined in Algebra.Lattice.M3

Lattice M3 Source #
Instance details

Defined in Algebra.Lattice.M3

type Rep M3 Source #
Instance details

Defined in Algebra.Lattice.M3