Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- data FreeSemiLattice a
- fromNonEmpty :: Ord a => NonEmpty a -> FreeSemiLattice a
- toNonEmpty :: FreeSemiLattice a -> NonEmpty a
Documentation
data FreeSemiLattice a Source #
is a non empty set.FreeSemiLattice
Instances
fromNonEmpty :: Ord a => NonEmpty a -> FreeSemiLattice a Source #
toNonEmpty :: FreeSemiLattice a -> NonEmpty a Source #