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.

  1. setupPSKS :: KEM_ID -> KDF_ID -> AEAD_ID -> Maybe EncodedSecretKey -> Maybe EncodedSecretKey -> EncodedPublicKey -> Info -> PSK -> PSK_ID -> IO (EncodedPublicKey, ContextS)

    hpke Crypto.HPKE

    Setting up psk/auth_psk mode for a sender. This throws HPKEError.

  2. setupR :: HPKEMap -> Mode -> KEM_ID -> KDF_ID -> AEAD_ID -> EncodedSecretKey -> Maybe EncodedSecretKey -> EncodedPublicKey -> Info -> PSK -> PSK_ID -> IO ContextR

    hpke Crypto.HPKE.Internal

    No documentation available.

  3. setupS :: HPKEMap -> Mode -> KEM_ID -> KDF_ID -> AEAD_ID -> Maybe EncodedSecretKey -> Maybe EncodedSecretKey -> EncodedPublicKey -> Info -> PSK -> PSK_ID -> IO (EncodedPublicKey, ContextS)

    hpke Crypto.HPKE.Internal

    No documentation available.

  4. setSeed :: Int -> Gen a -> Gen a

    hspec-golden-aeson Test.Aeson.Internal.RandomSamples

    Apply the seed.

  5. setTags :: MonadIO m => FilePath -> Maybe ID3v2Encoding -> TagSetter -> m ()

    htaglib Sound.HTagLib

    Set tags in a specified file using the given setter. Throws HTagLibException.

  6. 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).

  7. setForceDownload :: Bool -> DownloadRequest -> DownloadRequest

    http-download Network.HTTP.Download

    If True, force download even if the file already exists. Useful for download a resource which may change over time.

  8. setHashChecks :: [HashCheck] -> DownloadRequest -> DownloadRequest

    http-download Network.HTTP.Download

    Set the hash checks to be run when verifying.

  9. setLengthCheck :: Maybe LengthCheck -> DownloadRequest -> DownloadRequest

    http-download Network.HTTP.Download

    Set the length check to be run when verifying.

  10. setRetryPolicy :: RetryPolicy -> DownloadRequest -> DownloadRequest

    http-download Network.HTTP.Download

    Set the retry policy to be used when downloading.

Page 717 of many | Previous | Next