Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
hpke Crypto.HPKE Setting up psk/auth_psk mode for a sender. This throws HPKEError.
-
hpke Crypto.HPKE.Internal No documentation available.
-
hpke Crypto.HPKE.Internal No documentation available.
setSeed :: Int -> Gen a -> Gen ahspec-golden-aeson Test.Aeson.Internal.RandomSamples Apply the seed.
setTags :: MonadIO m => FilePath -> Maybe ID3v2Encoding -> TagSetter -> m ()htaglib Sound.HTagLib Set tags in a specified file using the given setter. Throws HTagLibException.
setTags' :: MonadIO m => FilePath -> Maybe ID3v2Encoding -> FileType -> TagSetter -> m ()htaglib Sound.HTagLib Similar to setTags, but you can also specify the type of the audio file explicitly (otherwise it's guessed from the file extension).
setForceDownload :: Bool -> DownloadRequest -> DownloadRequesthttp-download Network.HTTP.Download If True, force download even if the file already exists. Useful for download a resource which may change over time.
setHashChecks :: [HashCheck] -> DownloadRequest -> DownloadRequesthttp-download Network.HTTP.Download Set the hash checks to be run when verifying.
setLengthCheck :: Maybe LengthCheck -> DownloadRequest -> DownloadRequesthttp-download Network.HTTP.Download Set the length check to be run when verifying.
setRetryPolicy :: RetryPolicy -> DownloadRequest -> DownloadRequesthttp-download Network.HTTP.Download Set the retry policy to be used when downloading.