Hoogle Search
Within LTS Haskell 24.40 (ghc-9.10.3)
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.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.
mapTimeTail :: (T time body0 -> T time body1) -> T time body0 -> T time body1event-list Data.EventList.Relative.MixedBody No documentation available.
mapBodyHead :: (body -> body) -> T time body -> T time bodyevent-list Data.EventList.Relative.MixedTime No documentation available.
mapBodyL :: (body -> body, T time0 body -> T time1 body) -> T time0 body -> T time1 bodyevent-list Data.EventList.Relative.MixedTime No documentation available.
mapBodyTail :: (T time0 body -> T time1 body) -> T time0 body -> T time1 bodyevent-list Data.EventList.Relative.MixedTime No documentation available.
mapTimeHead :: (time -> time) -> T time body -> T time bodyevent-list Data.EventList.Relative.MixedTime No documentation available.
mapTimeL :: (time -> time, T time body0 -> T time body1) -> T time body0 -> T time body1event-list Data.EventList.Relative.MixedTime No documentation available.
mapTimeTail :: (T time body0 -> T time body1) -> T time body0 -> T time body1event-list Data.EventList.Relative.MixedTime No documentation available.