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. numShrinks :: Result -> Int

    massiv-test Test.Massiv.Utils

    Number of successful shrinking steps performed

  2. numTests :: Result -> Int

    massiv-test Test.Massiv.Utils

    Number of tests performed

  3. numTests :: Result -> Int

    massiv-test Test.Massiv.Utils

    Number of tests performed

  4. numTests :: Result -> Int

    massiv-test Test.Massiv.Utils

    Number of tests performed

  5. numTests :: Result -> Int

    massiv-test Test.Massiv.Utils

    Number of tests performed

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

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

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

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

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

Page 80 of many | Previous | Next