Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

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

  1. mapStateVar :: (b -> a) -> (a -> b) -> StateVar a -> StateVar b

    StateVar Data.StateVar

    Change the type of a StateVar

  2. mapSeverity :: (Severity -> Severity) -> WithSeverity msg -> WithSeverity msg

    co-log-core Colog.Core.Severity

    Map the given function over the severity of a WithSeverity. This can be useful to operate generically over the severity, for example:

    suppressErrors :: LogAction m (WithSeverity msg) -> LogAction m (WithSeverity msg)
    suppressErrors = cmap (mapSeverity (s -> if s == Error then Warning else s))
    

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

    event-list Data.EventList.Absolute.TimeBody

    No documentation available.

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

    event-list Data.EventList.Absolute.TimeBody

    No documentation available.

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

    event-list Data.EventList.Absolute.TimeBody

    Apply a function to the lists of coincident events.

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

    event-list Data.EventList.Absolute.TimeBody

    No documentation available.

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

    event-list Data.EventList.Absolute.TimeBody

    No documentation available.

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

    event-list Data.EventList.Absolute.TimeBody

    No documentation available.

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

    event-list Data.EventList.Absolute.TimeBody

    No documentation available.

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

    event-list Data.EventList.Absolute.TimeBody

    No documentation available.

Page 143 of many | Previous | Next