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.
valid :: Ord k => Map k a -> Boolcontainers 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
-
containers Data.Map.Internal.Debug Test if each node of a map reports its size correctly.
valid :: Ord k => Map k a -> Boolcontainers 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
valid :: Ord k => Map k a -> Boolcontainers 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
valid :: Ord k => Map k a -> Boolcontainers 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
valid :: Ord a => Set a -> Boolcontainers Data.Set Test if the internal set structure is valid.
valid :: Ord a => Set a -> Boolcontainers Data.Set.Internal Test if the internal set structure is valid.
runIdentityT :: IdentityT (f :: k -> Type) (a :: k) -> f atransformers Control.Monad.Trans.Identity No documentation available.
-
QuickCheck Test.QuickCheck The statistical parameters used by checkCoverage.
Confidence :: Integer -> Double -> ConfidenceQuickCheck Test.QuickCheck No documentation available.