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.
cmapMaybeM :: Monad m => (a -> m (Maybe b)) -> LogAction m b -> LogAction m aco-log-core Colog.Core.Action Similar to cmapMaybe but for convertions that may fail inside a monadic context.
catMaybes :: Num time => T time (Maybe body) -> T time bodyevent-list Data.EventList.Absolute.TimeBody No documentation available.
mapMaybe :: Num time => (body0 -> Maybe body1) -> T time body0 -> T time body1event-list Data.EventList.Absolute.TimeBody No documentation available.
partitionMaybe :: (body0 -> Maybe body1) -> T time body0 -> (T time body1, T time body0)event-list Data.EventList.Absolute.TimeBody No documentation available.
catMaybes :: Num time => T time (Maybe body) -> T time bodyevent-list Data.EventList.Absolute.TimeTime No documentation available.
mapMaybe :: Num time => (body0 -> Maybe body1) -> T time body0 -> T time body1event-list Data.EventList.Absolute.TimeTime No documentation available.
catMaybes :: C time => T time (Maybe body) -> T time bodyevent-list Data.EventList.Relative.TimeBody Adds times in a left-associative fashion. Use this if the time is a strict data type.
mapMaybe :: C time => (body0 -> Maybe body1) -> T time body0 -> T time body1event-list Data.EventList.Relative.TimeBody No documentation available.
partitionMaybe :: C time => (body0 -> Maybe body1) -> T time body0 -> (T time body1, T time body0)event-list Data.EventList.Relative.TimeBody No documentation available.
catMaybes :: C time => T time (Maybe body) -> T time bodyevent-list Data.EventList.Relative.TimeTime Adds times in a left-associative fashion. Use this if the time is a strict data type.