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.
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.
data
CatMaybesSym0 (a1 :: TyFun [Maybe a] [a])singletons-base Data.Maybe.Singletons No documentation available.
type family
CatMaybesSym1 (a6989586621679588139 :: [Maybe a]) :: [a]singletons-base Data.Maybe.Singletons No documentation available.
type family
FromMaybe (a1 :: a) (a2 :: Maybe a) :: asingletons-base Data.Maybe.Singletons No documentation available.
data
FromMaybeSym0 (a1 :: TyFun a Maybe a ~> a)singletons-base Data.Maybe.Singletons No documentation available.
data
FromMaybeSym1 (a6989586621679588154 :: a) (b :: TyFun Maybe a a)singletons-base Data.Maybe.Singletons No documentation available.