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.

  1. Set :: IQRequestType

    pontarius-xmpp Network.Xmpp

    No documentation available.

  2. Set :: IQRequestType

    pontarius-xmpp Network.Xmpp.Internal

    No documentation available.

  3. module Data.SBV.Set

    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.

  4. newtype Set bits

    set-cover Math.SetCover.BitSet

    No documentation available.

  5. Set :: bits -> Set bits

    set-cover Math.SetCover.BitSet

    No documentation available.

  6. class Set set

    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.

  7. SET :: Keyword

    sql-words Language.SQL.Keyword.Type

    No documentation available.

  8. class Set x xs

    typecheck-plugin-nat-simple Control.Monad.Try

    No documentation available.

  9. Set :: Expr -> [Arg] -> Expr

    typst Typst.Syntax

    No documentation available.

  10. module Data.Metrology.Set

    This module defines a few set-like operations on type-level lists. It may be applicable beyond the units package.

Page 7 of many | Previous | Next