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

Hoogle Search

Within Stackage Nightly 2025-10-10 (ghc-9.12.2)

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

  1. setEffectAllowed :: (MonadDOM m, ToJSString val) => DataTransfer -> val -> m ()

    jsaddle-dom JSDOM.Generated.DataTransfer

    Mozilla DataTransfer.effectAllowed documentation

  2. setContents :: MonadIO m => Knob -> ByteString -> m ()

    knob Data.Knob

    No documentation available.

  3. setbit :: forall (m :: Type -> Type) . Monad m => Key -> Int64 -> Bool -> Redis m Int64

    redis-resp Data.Redis.Command

    No documentation available.

  4. setrange :: forall (m :: Type -> Type) a . (Monad m, ToByteString a) => Key -> Int64 -> a -> Redis m Int64

    redis-resp Data.Redis.Command

    No documentation available.

  5. setLabel :: a -> TreePos Full a -> TreePos Full a

    rosezipper Data.Tree.Zipper

    Change the label at the current node.

  6. setTree :: Tree a -> TreePos Full a -> TreePos Full a

    rosezipper Data.Tree.Zipper

    Change the current tree.

  7. setL :: Lens a b -> b -> a -> a

    time-lens Data.Time.Lens

    Get the setter function from a lens

  8. setVerbosity :: HasVerbosity s => Verbosity -> s -> s

    verbosity Data.Verbosity.Class

    Specialization of verbosity lens in to setter function.

  9. setAt :: [a] -> Int -> a -> [a]

    yjtools Data.List.Tools

    No documentation available.

  10. memset :: Ptr Word8 -> Word8 -> CSize -> IO (Ptr Word8)

    bytestring Data.ByteString.Internal

    Deprecated: Use Foreign.Marshal.Utils.fillBytes instead

Page 69 of many | Previous | Next

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