Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
nmap :: DynGraph gr => (a -> c) -> gr a b -> gr c bghc GHC.Data.Graph.Inductive.Graph Map a function over the Node labels in a graph.
concatMap :: Foldable f => (a -> f b) -> Infinite a -> Infinite bghc GHC.Data.List.Infinite No documentation available.
foldMapSmallArray :: Monoid m => (a -> m) -> SmallArray a -> mghc GHC.Data.SmallArray Fold the values of a SmallArray into a 'Monoid m' of choice
-
No documentation available.
data
GenMap (m :: Type -> Type) aghc GHC.Data.TrieMap No documentation available.
data
ListMap (m :: Type -> Type) aghc GHC.Data.TrieMap No documentation available.
type
LiteralMap a = Map Literal aghc GHC.Data.TrieMap No documentation available.
data
MaybeMap (m :: Type -> Type) aghc GHC.Data.TrieMap No documentation available.
class Functor m =>
TrieMap (m :: Type -> Type)ghc GHC.Data.TrieMap No documentation available.
foldMapTM :: (TrieMap m, Monoid r) => (a -> r) -> m a -> rghc GHC.Data.TrieMap No documentation available.