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.
clearMaxRequestNumFiles :: ParseRequestBodyOptions -> ParseRequestBodyOptionswai-extra Network.Wai.Parse Do not limit the maximum number of files per request.
setMaxRequestNumFiles :: Int -> ParseRequestBodyOptions -> ParseRequestBodyOptionswai-extra Network.Wai.Parse Set the maximum number of files per request.
getNumCapabilities :: MonadBase IO m => m Intlifted-base Control.Concurrent.Lifted Generalized version of getNumCapabilities.
setNumCapabilities :: MonadBase IO m => Int -> m ()lifted-base Control.Concurrent.Lifted Generalized version of setNumCapabilities.
-
No documentation available.
testRunResultNumShrinks :: TestRunResult -> !Maybe Wordsydtest Test.Syd.Run No documentation available.
testRunResultNumTests :: TestRunResult -> !Maybe Wordsydtest Test.Syd.Run No documentation available.
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.enumerate :: ListT (m :: Type -> Type) a -> Producer a m ()pipes Pipes No documentation available.
flagNumericVersion :: (a -> a) -> Flag acmdargs System.Console.CmdArgs.Explicit Create a version flag triggered by --numeric-version.