Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. numDiscarded :: Result -> Int

    massiv-test Test.Massiv.Utils

    Number of tests skipped

  2. numShrinkFinal :: Result -> Int

    massiv-test Test.Massiv.Utils

    Number of unsuccessful shrinking steps performed since last successful shrink

  3. numShrinkTries :: Result -> Int

    massiv-test Test.Massiv.Utils

    Number of unsuccessful shrinking steps performed

  4. numShrinks :: Result -> Int

    massiv-test Test.Massiv.Utils

    Number of successful shrinking steps performed

  5. numTests :: Result -> Int

    massiv-test Test.Massiv.Utils

    Number of tests performed

  6. numTests :: Result -> Int

    massiv-test Test.Massiv.Utils

    Number of tests performed

  7. numTests :: Result -> Int

    massiv-test Test.Massiv.Utils

    Number of tests performed

  8. numTests :: Result -> Int

    massiv-test Test.Massiv.Utils

    Number of tests performed

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

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

Page 82 of many | Previous | Next