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.
-
massiv-test Test.Massiv.Utils Number of successful shrinking steps performed
-
massiv-test Test.Massiv.Utils Number of tests performed
-
massiv-test Test.Massiv.Utils Number of tests performed
-
massiv-test Test.Massiv.Utils Number of tests performed
-
massiv-test Test.Massiv.Utils Number of tests performed
numKeys :: MultiMap k a -> Word32multimap 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.
numValues :: MultiMap k a -> Word32multimap 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.
numKeys :: SetMap k a -> Word32multimap 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.
numValues :: SetMap k a -> Word32multimap 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.
-
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