Hoogle Search

Within LTS Haskell 24.27 (ghc-9.10.3)

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

  1. mapAccumMaybe :: (Accumulator t f, MonadHold t m, MonadFix m) => (a -> b -> (Maybe a, Maybe c)) -> a -> Event t b -> m (f a, Event t c)

    reflex Reflex.Class

    No documentation available.

  2. mapAccumMaybeM :: (Accumulator t f, MonadHold t m, MonadFix m) => (a -> b -> PushM t (Maybe a, Maybe c)) -> a -> Event t b -> m (f a, Event t c)

    reflex Reflex.Class

    No documentation available.

  3. mapMaybe :: Filterable f => (a -> Maybe b) -> f a -> f b

    reflex Reflex.Class

    Like mapMaybe.

  4. mapEventWriterT :: (forall x . () => m x -> n x) -> EventWriterT t w m a -> EventWriterT t w n a

    reflex Reflex.EventWriter.Base

    Change the monad underlying an EventWriterT

  5. mapDMapWithAdjustImpl :: (Reflex t, MonadFix m, MonadHold t m) => ((forall a . () => k a -> Compose ((,) (Bool, Event t ())) v a -> m (v' a)) -> DMap k (Compose ((,) (Bool, Event t ())) v) -> Event t (p k (Compose ((,) (Bool, Event t ())) v)) -> m (DMap k v', Event t (p k v'))) -> ((forall a . () => v a -> Compose ((,) (Bool, Event t ())) v a) -> p k v -> p k (Compose ((,) (Bool, Event t ())) v)) -> (forall a . () => k a -> v a -> PostBuildT t m (v' a)) -> DMap k v -> Event t (p k v) -> PostBuildT t m (DMap k v', Event t (p k v'))

    reflex Reflex.PostBuild.Base

    No documentation available.

  6. mapIntMapWithAdjustImpl :: forall t m v v' p . (Reflex t, MonadFix m, MonadHold t m, Functor p) => ((Key -> (Event t (), v) -> m v') -> IntMap (Event t (), v) -> Event t (p (Event t (), v)) -> m (IntMap v', Event t (p v'))) -> (Key -> v -> PostBuildT t m v') -> IntMap v -> Event t (p v) -> PostBuildT t m (IntMap v', Event t (p v'))

    reflex Reflex.PostBuild.Base

    No documentation available.

  7. mapQuery :: QueryMorphism q q' -> q -> q'

    reflex Reflex.Query.Base

    Apply a QueryMorphism to a Query

  8. mapQueryResult :: QueryMorphism q q' -> QueryResult q' -> QueryResult q

    reflex Reflex.Query.Base

    Map a QueryMorphism to a QueryResult

  9. mapQueryT :: (forall b . () => m b -> n b) -> QueryT t q m a -> QueryT t q n a

    reflex Reflex.Query.Base

    Maps a function over a QueryT that can change the underlying monad

  10. mapQuery :: QueryMorphism q q' -> q -> q'

    reflex Reflex.Query.Class

    Apply a QueryMorphism to a Query

Page 165 of many | Previous | Next