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 #