Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. numCapabilities :: Int

    rebase Rebase.Prelude

    the value passed to the +RTS -N flag. This is the number of Haskell threads that can run truly simultaneously at any given time, and is typically set to the number of physical processor cores on the machine. Strictly speaking it is better to use getNumCapabilities, because the number of capabilities might vary at runtime.

  2. numSparks :: IO Int

    rebase Rebase.Prelude

    Returns the number of sparks currently in the local spark pool

  3. numWorkers :: Scheduler s a -> Int

    scheduler Control.Scheduler

    Get the number of workers. Will mainly depend on the computation strategy and/or number of capabilities you have. Related function is getCompWorkers.

  4. numberOfChannels :: C y => y -> Int

    sox Sound.Sox.Frame

    The argument is not touched and can be undefined

  5. numberOfChannels :: T Int

    sox Sound.Sox.Information

    No documentation available.

  6. numberOfChannels :: Int -> T

    sox Sound.Sox.Option.Format

    No documentation available.

  7. numberOfChannelsAuto :: Int -> T

    sox Sound.Sox.Option.Format

    No documentation available.

  8. numberOfChannels :: C a => a -> Int

    synthesizer-core Synthesizer.Basic.Binary

    No documentation available.

  9. numberOfSignalChannels :: C yv => sig yv -> Int

    synthesizer-core Synthesizer.Basic.Binary

    No documentation available.

  10. number :: T t y -> Int

    synthesizer-core Synthesizer.Generic.Interpolation

    No documentation available.

Page 81 of many | Previous | Next