Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. traverseIntMapWithKeyWithAdjustRequesterTWith :: forall t (request :: Type -> Type) (response :: Type -> Type) m v v' p . (Reflex t, MonadHold t m, PatchTarget (p (Event t (IntMap (RequesterData request)))) ~ IntMap (Event t (IntMap (RequesterData request))), Patch (p (Event t (IntMap (RequesterData request)))), Functor p, MonadFix m) => ((Key -> (Key, v) -> m (Event t (IntMap (RequesterData request)), v')) -> IntMap (Key, v) -> Event t (p (Key, v)) -> RequesterT t request response m (IntMap (Event t (IntMap (RequesterData request)), v'), Event t (p (Event t (IntMap (RequesterData request)), v')))) -> (p (Event t (IntMap (RequesterData request))) -> IntMap (Event t (IntMap (RequesterData request)))) -> (Incremental t (p (Event t (IntMap (RequesterData request)))) -> Event t (IntMap (IntMap (RequesterData request)))) -> (Key -> v -> RequesterT t request response m v') -> IntMap v -> Event t (p v) -> RequesterT t request response m (IntMap v', Event t (p v'))

    reflex Reflex.Requester.Base.Internal

    No documentation available.

  2. traverseTagMapWithKey :: Applicative t => (forall a . () => MyTag a -> f a -> t (g a)) -> TagMap f -> t (TagMap g)

    reflex Reflex.Requester.Base.Internal

    No documentation available.

  3. newMapDyn :: HasSpiderTimeline x => (a -> b) -> DynamicS x (Identity a) -> DynamicS x (Identity b)

    reflex Reflex.Spider.Internal

    No documentation available.

  4. newtype IntMapOf k v

    semirings Data.Semiring

    Wrapper to mimic Map (Sum Int) v, Map (Product Int) v, etc., while having a more efficient underlying representation.

  5. IntMapOf :: IntMap v -> IntMapOf k v

    semirings Data.Semiring

    No documentation available.

  6. foldMapP :: (Foldable t, Semiring s) => (a -> s) -> t a -> s

    semirings Data.Semiring

    Map each element of the structure to a semiring, and combine the results using plus.

  7. foldMapT :: (Foldable t, Semiring s) => (a -> s) -> t a -> s

    semirings Data.Semiring

    Map each element of the structure to a semiring, and combine the results using times.

  8. getIntMap :: IntMapOf k v -> IntMap v

    semirings Data.Semiring

    No documentation available.

  9. fmapOpt :: (a -> b) -> OptDescr a -> OptDescr b

    snap-server Snap.Http.Server.Config

    No documentation available.

  10. fmapOpt :: (a -> b) -> OptDescr a -> OptDescr b

    snap-server Snap.Internal.Http.Server.Config

    No documentation available.

Page 579 of many | Previous | Next