License | BSD-3-Clause (see the file LICENSE) |
---|---|
Maintainer | Oleg Grenrus <oleg.grenrus@iki.fi> |
Safe Haskell | Safe |
Language | Haskell2010 |
Synopsis
- data FLattice a
- liftFLattice :: a -> FLattice a
- lowerFLattice :: FLattice a -> forall b. Lattice b => (a -> b) -> b
- retractFLattice :: Lattice a => FLattice a -> a
- data FBoundedLattice a
- liftFBoundedLattice :: a -> FBoundedLattice a
- lowerFBoundedLattice :: FBoundedLattice a -> forall b. BoundedLattice b => (a -> b) -> b
- retractFBoundedLattice :: BoundedLattice a => FBoundedLattice a -> a
Free Lattice
Instances
Functor FLattice Source # | |
BoundedJoinSemiLattice a => BoundedJoinSemiLattice (FLattice a) Source # | |
Defined in Algebra.Lattice.Free.Final | |
BoundedMeetSemiLattice a => BoundedMeetSemiLattice (FLattice a) Source # | |
Defined in Algebra.Lattice.Free.Final | |
Lattice (FLattice a) Source # | |
Finite a => Finite (FLattice a) Source # | |
Defined in Algebra.Lattice.Free.Final | |
Universe a => Universe (FLattice a) Source # | |
Defined in Algebra.Lattice.Free.Final |
liftFLattice :: a -> FLattice a Source #
lowerFLattice :: FLattice a -> forall b. Lattice b => (a -> b) -> b Source #
retractFLattice :: Lattice a => FLattice a -> a Source #
Free BoundedLattice
data FBoundedLattice a Source #
Instances
Functor FBoundedLattice Source # | |
Defined in Algebra.Lattice.Free.Final fmap :: (a -> b) -> FBoundedLattice a -> FBoundedLattice b # (<$) :: a -> FBoundedLattice b -> FBoundedLattice a # | |
BoundedJoinSemiLattice (FBoundedLattice a) Source # | |
Defined in Algebra.Lattice.Free.Final bottom :: FBoundedLattice a Source # | |
BoundedMeetSemiLattice (FBoundedLattice a) Source # | |
Defined in Algebra.Lattice.Free.Final top :: FBoundedLattice a Source # | |
Lattice (FBoundedLattice a) Source # | |
Defined in Algebra.Lattice.Free.Final (\/) :: FBoundedLattice a -> FBoundedLattice a -> FBoundedLattice a Source # (/\) :: FBoundedLattice a -> FBoundedLattice a -> FBoundedLattice a Source # | |
Finite a => Finite (FBoundedLattice a) Source # | |
Defined in Algebra.Lattice.Free.Final universeF :: [FBoundedLattice a] # cardinality :: Tagged (FBoundedLattice a) Natural # | |
Universe a => Universe (FBoundedLattice a) Source # | |
Defined in Algebra.Lattice.Free.Final universe :: [FBoundedLattice a] # |
liftFBoundedLattice :: a -> FBoundedLattice a Source #
lowerFBoundedLattice :: FBoundedLattice a -> forall b. BoundedLattice b => (a -> b) -> b Source #
retractFBoundedLattice :: BoundedLattice a => FBoundedLattice a -> a Source #