Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
mapTimeM :: Monad m => (time0 -> m time1) -> T time0 body -> m (T time1 body)event-list Data.EventList.Absolute.TimeTime No documentation available.
mapM :: Monad m => (time0 -> m time1) -> (body0 -> m body1) -> T time0 body0 -> m (T time1 body1)event-list Data.EventList.Relative.BodyBody No documentation available.
mapBody :: (body0 -> body1) -> T time body0 -> T time body1event-list Data.EventList.Relative.BodyTime No documentation available.
mapBodyM :: Monad m => (body0 -> m body1) -> T time body0 -> m (T time body1)event-list Data.EventList.Relative.BodyTime No documentation available.
mapM :: Monad m => (time0 -> m time1) -> (body0 -> m body1) -> T time0 body0 -> m (T time1 body1)event-list Data.EventList.Relative.BodyTime No documentation available.
mapM_ :: Monad m => (time -> m ()) -> (body -> m ()) -> T time body -> m ()event-list Data.EventList.Relative.BodyTime No documentation available.
mapTime :: (time0 -> time1) -> T time0 body -> T time1 bodyevent-list Data.EventList.Relative.BodyTime No documentation available.
mapTimeM :: Monad m => (time0 -> m time1) -> T time0 body -> m (T time1 body)event-list Data.EventList.Relative.BodyTime No documentation available.
mapTimeHead :: (time -> time) -> T time body -> T time bodyevent-list Data.EventList.Relative.MixedBody No documentation available.
mapTimeL :: (time -> time, T time body0 -> T time body1) -> T time body0 -> T time body1event-list Data.EventList.Relative.MixedBody No documentation available.