• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within Stackage Nightly 2026-06-21 (ghc-9.12.4)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. setAfterBind :: HasAfterBind a => (Socket -> IO ()) -> a -> a

    conduit-extra Data.Conduit.Network.Unix

    No documentation available.

  2. setPath :: HasPath a => FilePath -> a -> a

    conduit-extra Data.Conduit.Network.Unix

    No documentation available.

  3. setDelete :: Label -> LabelSet -> LabelSet

    ghc GHC.Cmm.Dataflow.Label

    No documentation available.

  4. setDifference :: LabelSet -> LabelSet -> LabelSet

    ghc GHC.Cmm.Dataflow.Label

    No documentation available.

  5. setElems :: LabelSet -> [Label]

    ghc GHC.Cmm.Dataflow.Label

    No documentation available.

  6. setEmpty :: LabelSet

    ghc GHC.Cmm.Dataflow.Label

    No documentation available.

  7. setFilter :: (Label -> Bool) -> LabelSet -> LabelSet

    ghc GHC.Cmm.Dataflow.Label

    No documentation available.

  8. setFoldl :: (t -> Label -> t) -> t -> LabelSet -> t

    ghc GHC.Cmm.Dataflow.Label

    No documentation available.

  9. setFoldr :: (Label -> t -> t) -> t -> LabelSet -> t

    ghc GHC.Cmm.Dataflow.Label

    No documentation available.

  10. setFromList :: [Label] -> LabelSet

    ghc GHC.Cmm.Dataflow.Label

    No documentation available.

Page 36 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete