Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

  1. data MutuallyExcluded t

    test-framework Test.Framework.Providers.API

    No documentation available.

  2. mutuallyExclusive :: Test -> Test

    test-framework Test.Framework.Providers.API

    Mark all tests in this portion of the tree as mutually exclusive, so only one runs at a time

  3. Shallow :: FusionDepth

    optparse-applicative Options.Applicative.Help.Pretty

    Do not dive deep into nested documents, fusing mostly concatenations of text nodes together.

  4. type BufferAllocStrategy = (IO Buffer, Int -> Buffer -> IO IO Buffer)

    conduit Conduit

    A buffer allocation strategy (buf0, nextBuf) specifies the initial buffer to use and how to compute a new buffer nextBuf minSize buf with at least size minSize from a filled buffer buf. The double nesting of the IO monad helps to ensure that the reference to the filled buffer buf is lost as soon as possible, but the new buffer doesn't have to be allocated too early.

  5. type BufferAllocStrategy = (IO Buffer, Int -> Buffer -> IO IO Buffer)

    conduit Data.Conduit.Combinators

    A buffer allocation strategy (buf0, nextBuf) specifies the initial buffer to use and how to compute a new buffer nextBuf minSize buf with at least size minSize from a filled buffer buf. The double nesting of the IO monad helps to ensure that the reference to the filled buffer buf is lost as soon as possible, but the new buffer doesn't have to be allocated too early.

  6. isPotentiallyTrustworthyOrigin :: Bool -> ByteString -> Bool

    http-client Network.HTTP.Client

    Algorithm described in "Secure Contexts", Section 3.1, "Is origin potentially trustworthy?" Note per RFC6265 section 5.4 user agent is free to define the meaning of "secure" protocol. See: https://w3c.github.io/webappsec-secure-contexts/#is-origin-trustworthy

  7. isPotentiallyTrustworthyOrigin :: Bool -> ByteString -> Bool

    http-client Network.HTTP.Client.Internal

    Algorithm described in "Secure Contexts", Section 3.1, "Is origin potentially trustworthy?" Note per RFC6265 section 5.4 user agent is free to define the meaning of "secure" protocol. See: https://w3c.github.io/webappsec-secure-contexts/#is-origin-trustworthy

  8. stateAlloc :: IORef ReleaseMap -> IO ()

    resourcet Control.Monad.Trans.Resource.Internal

    No documentation available.

  9. data CaptureAll (sym :: Symbol) a

    gogol-core Gogol.Prelude

    Capture all remaining values from the request path under a certain type a. Example:

    >>> -- GET /src/*
    
    >>> type MyAPI = "src" :> CaptureAll "segments" Text :> Get '[JSON] SourceFile
    

  10. forkFinally :: MonadUnliftIO m => m a -> (Either SomeException a -> m ()) -> m ThreadId

    unliftio UnliftIO.Concurrent

    Unlifted version of forkFinally.

Page 217 of many | Previous | Next