Hoogle Search
Within LTS Haskell 24.36 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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.
catMaybesR :: C time => T time (Maybe body) -> T time bodyevent-list Data.EventList.Relative.TimeTime Adds times in a right-associative fashion. Use this if the time is a data type like lazy Peano numbers or Numeric.NonNegative.Chunky.
mapMaybe :: C time => (body0 -> Maybe body1) -> T time body0 -> T time body1event-list Data.EventList.Relative.TimeTime No documentation available.
partitionMaybe :: C time => (body0 -> Maybe body1) -> T time body0 -> (T time body1, T time body0)event-list Data.EventList.Relative.TimeTime No documentation available.
partitionMaybeR :: C time => (body0 -> Maybe body1) -> T time body0 -> (T time body1, T time body0)event-list Data.EventList.Relative.TimeTime Cf. catMaybesR
type family
CatMaybes (a1 :: [Maybe a]) :: [a]singletons-base Data.Maybe.Singletons No documentation available.