Hoogle Search
Within LTS Haskell 24.35 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
flatMapBagPairM :: Monad m => (a -> m (Bag b, Bag c)) -> Bag a -> m (Bag b, Bag c)ghc-lib-parser GHC.Data.Bag No documentation available.
strictMapFsEnv :: (a -> b) -> FastStringEnv a -> FastStringEnv bghc-lib-parser GHC.Data.FastString.Env No documentation available.
-
No documentation available.
concatMap :: Foldable f => (a -> f b) -> Infinite a -> Infinite bghc-lib-parser GHC.Data.List.Infinite No documentation available.
foldMapSmallArray :: Monoid m => (a -> m) -> SmallArray a -> mghc-lib-parser GHC.Data.SmallArray Fold the values of a SmallArray into a 'Monoid m' of choice
-
No documentation available.
data
GenMap (m :: Type -> Type) aghc-lib-parser GHC.Data.TrieMap No documentation available.
data
ListMap (m :: Type -> Type) aghc-lib-parser GHC.Data.TrieMap No documentation available.
data
MaybeMap (m :: Type -> Type) aghc-lib-parser GHC.Data.TrieMap No documentation available.
class Functor m =>
TrieMap (m :: Type -> Type)ghc-lib-parser GHC.Data.TrieMap No documentation available.