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.
compareMaybe :: Ord a => Maybe a -> Maybe a -> Orderingprobability Numeric.Probability.Example.Kruskal No documentation available.
bitSizeMaybeProxied :: forall proxy a . Bits a => proxy a -> Maybe Intproxied Data.Proxied bitSizeMaybeProxied = proxied bitSizeMaybe
This function is only available with base-4.7 or later. Since: 0.1theBitSizeMaybe :: Bits a => Maybe Intproxied Data.Proxyless theBitSizeMaybe = undefinedless bitSizeMaybe
Since: 0.2readListOfMaybes :: FromByteString a => String -> Resp -> Result [Maybe a]redis-resp Data.Redis.Command No documentation available.
-
refined-containers Data.HashMap.Refined Apply a function to all values in a map and collect only the Just results, returning a potentially smaller map.
-
refined-containers Data.HashMap.Refined Apply a function to all values in a map, together with their corresponding keys, and collect only the Just results, returning a potentially smaller map.
-
refined-containers Data.HashMap.Strict.Refined Apply a function to all values in a map and collect only the Just results, returning a potentially smaller map.
-
refined-containers Data.HashMap.Strict.Refined Apply a function to all values in a map, together with their corresponding keys, and collect only the Just results, returning a potentially smaller map.
mapMaybe :: forall s a b . (a -> Maybe b) -> IntMap s a -> SomeIntMapWith (SupersetProof 'Int s) brefined-containers Data.IntMap.Refined Apply a function to all values in a map and collect only the Just results, returning a potentially smaller map.
mapMaybeWithKey :: (Key s -> a -> Maybe b) -> IntMap s a -> SomeIntMapWith (SupersetProof 'Int s) brefined-containers Data.IntMap.Refined Apply a function to all values in a map, together with their corresponding keys, and collect only the Just results, returning a potentially smaller map.