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.
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.
mapBody :: (body0 -> body1) -> T time body0 -> T time body1event-list Data.EventList.Relative.TimeBody No documentation available.
mapBodyM :: Monad m => (body0 -> m body1) -> T time body0 -> m (T time body1)event-list Data.EventList.Relative.TimeBody No documentation available.
mapCoincident :: C time => ([a] -> [b]) -> T time a -> T time bevent-list Data.EventList.Relative.TimeBody Apply a function to the lists of coincident events.