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. valid :: Ord k => Map k a -> Bool

    containers Data.Map.Internal.Debug

    Test if the internal map structure is valid.

    valid (fromAscList [(3,"b"), (5,"a")]) == True
    valid (fromAscList [(5,"a"), (3,"b")]) == False
    

  2. validsize :: Map a b -> Bool

    containers Data.Map.Internal.Debug

    Test if each node of a map reports its size correctly.

  3. valid :: Ord k => Map k a -> Bool

    containers Data.Map.Lazy

    Test if the internal map structure is valid.

    valid (fromAscList [(3,"b"), (5,"a")]) == True
    valid (fromAscList [(5,"a"), (3,"b")]) == False
    

  4. valid :: Ord k => Map k a -> Bool

    containers Data.Map.Strict

    Test if the internal map structure is valid.

    valid (fromAscList [(3,"b"), (5,"a")]) == True
    valid (fromAscList [(5,"a"), (3,"b")]) == False
    

  5. valid :: Ord k => Map k a -> Bool

    containers Data.Map.Strict.Internal

    Test if the internal map structure is valid.

    valid (fromAscList [(3,"b"), (5,"a")]) == True
    valid (fromAscList [(5,"a"), (3,"b")]) == False
    

  6. valid :: Ord a => Set a -> Bool

    containers Data.Set

    Test if the internal set structure is valid.

  7. valid :: Ord a => Set a -> Bool

    containers Data.Set.Internal

    Test if the internal set structure is valid.

  8. runIdentityT :: IdentityT (f :: k -> Type) (a :: k) -> f a

    transformers Control.Monad.Trans.Identity

    No documentation available.

  9. data Confidence

    QuickCheck Test.QuickCheck

    The statistical parameters used by checkCoverage.

  10. Confidence :: Integer -> Double -> Confidence

    QuickCheck Test.QuickCheck

    No documentation available.

Page 371 of many | Previous | Next