Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. numKeys :: MultiMap k a -> Word32

    multimap Data.MultiMap

    O(1). The number of keys in the multimap. As this is a multimap, the number of keys is not necessarily equal to the number of values.

  2. numValues :: MultiMap k a -> Word32

    multimap Data.MultiMap

    O(1). The number of values in the multimap. As this is a multimap, the number of keys is not necessarily equal to the number of values.

  3. numKeys :: SetMap k a -> Word32

    multimap Data.SetMap

    O(1). The number of keys in the multimap. As this is a multimap, the number of keys is not necessarily equal to the number of values.

  4. numValues :: SetMap k a -> Word32

    multimap Data.SetMap

    O(1). The number of values in the multimap. As this is a multimap, the number of keys is not necessarily equal to the number of values.

  5. package numhask-space

    Numerical spaces. numhask-space provides support for spaces where space is defined as a set of numbers with a lower and upper bound.

    Usage

    >>> {-# LANGUAGE RebindableSyntax #-}
    
    >>> import NumHask.Prelude
    
    >>> import NumHask.Space
    

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

  7. numSparks :: IO Int

    rebase Rebase.Prelude

    Returns the number of sparks currently in the local spark pool

  8. 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.

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

    sox Sound.Sox.Frame

    The argument is not touched and can be undefined

  10. numberOfChannels :: T Int

    sox Sound.Sox.Information

    No documentation available.

Page 82 of many | Previous | Next