Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. clearMaxRequestNumFiles :: ParseRequestBodyOptions -> ParseRequestBodyOptions

    wai-extra Network.Wai.Parse

    Do not limit the maximum number of files per request.

  2. setMaxRequestNumFiles :: Int -> ParseRequestBodyOptions -> ParseRequestBodyOptions

    wai-extra Network.Wai.Parse

    Set the maximum number of files per request.

  3. getNumCapabilities :: MonadBase IO m => m Int

    lifted-base Control.Concurrent.Lifted

    Generalized version of getNumCapabilities.

  4. setNumCapabilities :: MonadBase IO m => Int -> m ()

    lifted-base Control.Concurrent.Lifted

    Generalized version of setNumCapabilities.

  5. module GHC.Enum

    No documentation available.

  6. testRunResultNumShrinks :: TestRunResult -> !Maybe Word

    sydtest Test.Syd.Run

    No documentation available.

  7. testRunResultNumTests :: TestRunResult -> !Maybe Word

    sydtest Test.Syd.Run

    No documentation available.

  8. class Enumerable (t :: Type -> Type -> Type -> Type)

    pipes Pipes

    Enumerable generalizes Foldable, converting effectful containers to ListTs. Instances of Enumerable must satisfy these two laws:

    toListT (return r) = return r
    
    toListT $ do x <- m  =  do x <- toListT m
    f x           toListT (f x)
    
    In other words, toListT is monad morphism.

  9. enumerate :: ListT (m :: Type -> Type) a -> Producer a m ()

    pipes Pipes

    No documentation available.

  10. flagNumericVersion :: (a -> a) -> Flag a

    cmdargs System.Console.CmdArgs.Explicit

    Create a version flag triggered by --numeric-version.

Page 168 of many | Previous | Next