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.

  1. C_Map :: forall (o :: Type -> Type) a1 b . Elems o '[a1, b] -> Classifier_ o (Map a1 b)

    recover-rtti Debug.RecoverRTTI

    No documentation available.

  2. concatMap :: Generator c => (Elem c -> [b]) -> c -> [b]

    reducers Data.Generator.Combinators

    Type specialization of "foldMap" above

  3. foldMap :: (Monoid m, Generator c) => (Elem c -> m) -> c -> m

    reducers Data.Generator.Combinators

    Efficiently mapReduce a Generator using the WrappedMonoid monoid. A specialized version of its namesake from Data.Foldable

    mapReduceWith unwrapMonoid
    

  4. foldMapReduce :: (Foldable f, Monoid m, Reducer e m) => (a -> e) -> f a -> m

    reducers Data.Semigroup.Reducer

    Apply a Reducer to a Foldable container, after mapping the contents into a suitable form for reduction.

  5. foldMapReduce1 :: (Foldable1 f, Reducer e m) => (a -> e) -> f a -> m

    reducers Data.Semigroup.Reducer

    No documentation available.

  6. hoistDMapWithKeyWithAdjust :: forall k v v' t m p . (Adjustable t m, MonadHold t m, PatchTarget (p k (Constant (Behavior t Builder) :: Type -> Type)) ~ DMap k (Constant (Behavior t Builder) :: Type -> Type), Patch (p k (Constant (Behavior t Builder) :: Type -> Type))) => (forall (vv :: Type -> Type) (vv' :: Type -> Type) . () => (forall a . () => k a -> vv a -> m (vv' a)) -> DMap k vv -> Event t (p k vv) -> m (DMap k vv', Event t (p k vv'))) -> (forall (vv :: Type -> Type) (vv' :: Type -> Type) . () => (forall a . () => vv a -> vv' a) -> p k vv -> p k vv') -> (forall a . () => k a -> v a -> StaticDomBuilderT t m (v' a)) -> DMap k v -> Event t (p k v) -> StaticDomBuilderT t m (DMap k v', Event t (p k v'))

    reflex-dom-core Reflex.Dom.Builder.Static

    No documentation available.

  7. hoistIntMapWithKeyWithAdjust :: (Adjustable t m, MonadHold t m, Functor p, Patch (p (Behavior t Builder)), PatchTarget (p (Behavior t Builder)) ~ IntMap (Behavior t Builder)) => (forall x . () => (Key -> a -> m x) -> IntMap a -> Event t (p a) -> m (IntMap x, Event t (p x))) -> (Key -> a -> StaticDomBuilderT t m b) -> IntMap a -> Event t (p a) -> StaticDomBuilderT t m (IntMap b, Event t (p b))

    reflex-dom-core Reflex.Dom.Builder.Static

    No documentation available.

  8. type AttributeMap = Map Text Text

    reflex-dom-core Reflex.Dom.Old

    No documentation available.

  9. namedNodeMapGetNames :: NamedNodeMap -> JSM (Set Text)

    reflex-dom-core Reflex.Dom.Old

    No documentation available.

  10. 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.

Page 1081 of many | Previous | Next