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.

  1. mapTime :: (time0 -> time1) -> T time0 body -> T time1 body

    event-list Data.EventList.Absolute.TimeBody

    No documentation available.

  2. mapTimeM :: Monad m => (time0 -> m time1) -> T time0 body -> m (T time1 body)

    event-list Data.EventList.Absolute.TimeBody

    No documentation available.

  3. mapTimeInit :: (T time body0 -> T time body1) -> T time body0 -> T time body1

    event-list Data.EventList.Absolute.TimeMixed

    No documentation available.

  4. mapBody :: (body0 -> body1) -> T time body0 -> T time body1

    event-list Data.EventList.Absolute.TimeTime

    No documentation available.

  5. mapBodyM :: Monad m => (body0 -> m body1) -> T time body0 -> m (T time body1)

    event-list Data.EventList.Absolute.TimeTime

    No documentation available.

  6. mapCoincident :: Ord time => ([a] -> [b]) -> T time a -> T time b

    event-list Data.EventList.Absolute.TimeTime

    Apply a function to the lists of coincident events.

  7. mapM :: Monad m => (time0 -> m time1) -> (body0 -> m body1) -> T time0 body0 -> m (T time1 body1)

    event-list Data.EventList.Absolute.TimeTime

    No documentation available.

  8. mapM_ :: Monad m => (time -> m ()) -> (body -> m ()) -> T time body -> m ()

    event-list Data.EventList.Absolute.TimeTime

    No documentation available.

  9. mapMaybe :: Num time => (body0 -> Maybe body1) -> T time body0 -> T time body1

    event-list Data.EventList.Absolute.TimeTime

    No documentation available.

  10. mapTime :: (time0 -> time1) -> T time0 body -> T time1 body

    event-list Data.EventList.Absolute.TimeTime

    No documentation available.

Page 144 of many | Previous | Next