Hoogle Search
Within LTS Haskell 24.3 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
pontarius-xmpp Network.Xmpp No documentation available.
-
pontarius-xmpp Network.Xmpp.Internal No documentation available.
-
A collection of set utilities, useful when working with symbolic sets. To the extent possible, the functions in this module follow those of Data.Set so importing qualified is the recommended workflow. Note that unlike Data.Set, SBV sets can be infinite, represented as a complement of some finite set. This means that a symbolic set is either finite, or its complement is finite. (If the underlying domain is finite, then obviously both the set itself and its complement will always be finite.) Therefore, there are some differences in the API from Haskell sets. For instance, you can take the complement of any set, which is something you cannot do in Haskell! Conversely, you cannot compute the size of a symbolic set (as it can be infinite!), nor you can turn it into a list or necessarily enumerate its elements.
-
set-cover Math.SetCover.BitSet No documentation available.
-
set-cover Math.SetCover.BitSet No documentation available.
-
set-cover Math.SetCover.Exact This class provides all operations needed for the set cover algorithm. It allows to use the same algorithm both for containers' Set and for sets represented by bit vectors.
-
sql-words Language.SQL.Keyword.Type No documentation available.
-
typecheck-plugin-nat-simple Control.Monad.Try No documentation available.
-
typst Typst.Syntax No documentation available.
-
This module defines a few set-like operations on type-level lists. It may be applicable beyond the units package.