Hoogle Search
Within LTS Haskell 24.45 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
C_Map :: forall (o :: Type -> Type) a1 b . Elems o '[a1, b] -> Classifier_ o (Map a1 b)recover-rtti Debug.RecoverRTTI No documentation available.
concatMap :: Generator c => (Elem c -> [b]) -> c -> [b]reducers Data.Generator.Combinators Type specialization of "foldMap" above
foldMap :: (Monoid m, Generator c) => (Elem c -> m) -> c -> mreducers Data.Generator.Combinators Efficiently mapReduce a Generator using the WrappedMonoid monoid. A specialized version of its namesake from Data.Foldable
mapReduceWith unwrapMonoid
foldMapReduce :: (Foldable f, Monoid m, Reducer e m) => (a -> e) -> f a -> mreducers Data.Semigroup.Reducer Apply a Reducer to a Foldable container, after mapping the contents into a suitable form for reduction.
foldMapReduce1 :: (Foldable1 f, Reducer e m) => (a -> e) -> f a -> mreducers Data.Semigroup.Reducer No documentation available.
-
reflex-dom-core Reflex.Dom.Builder.Static No documentation available.
-
reflex-dom-core Reflex.Dom.Builder.Static No documentation available.
type
AttributeMap = Map Text Textreflex-dom-core Reflex.Dom.Old No documentation available.
namedNodeMapGetNames :: NamedNodeMap -> JSM (Set Text)reflex-dom-core Reflex.Dom.Old No documentation available.
partitionMapBySetLT :: Ord k => Set k -> Map k v -> Map (Either k ()) (Map k v)reflex-dom-core Reflex.Dom.Widget.Basic Deprecated: This will be removed in future releases.