Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. cmapMaybeM :: Monad m => (a -> m (Maybe b)) -> LogAction m b -> LogAction m a

    co-log-core Colog.Core.Action

    Similar to cmapMaybe but for convertions that may fail inside a monadic context.

  2. catMaybes :: Num time => T time (Maybe body) -> T time body

    event-list Data.EventList.Absolute.TimeBody

    No documentation available.

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

    event-list Data.EventList.Absolute.TimeBody

    No documentation available.

  4. partitionMaybe :: (body0 -> Maybe body1) -> T time body0 -> (T time body1, T time body0)

    event-list Data.EventList.Absolute.TimeBody

    No documentation available.

  5. catMaybes :: Num time => T time (Maybe body) -> T time body

    event-list Data.EventList.Absolute.TimeTime

    No documentation available.

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

    event-list Data.EventList.Absolute.TimeTime

    No documentation available.

  7. catMaybes :: C time => T time (Maybe body) -> T time body

    event-list Data.EventList.Relative.TimeBody

    Adds times in a left-associative fashion. Use this if the time is a strict data type.

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

    event-list Data.EventList.Relative.TimeBody

    No documentation available.

  9. partitionMaybe :: C time => (body0 -> Maybe body1) -> T time body0 -> (T time body1, T time body0)

    event-list Data.EventList.Relative.TimeBody

    No documentation available.

  10. catMaybes :: C time => T time (Maybe body) -> T time body

    event-list Data.EventList.Relative.TimeTime

    Adds times in a left-associative fashion. Use this if the time is a strict data type.

Page 174 of many | Previous | Next