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.

  1. catMaybes :: Filterable f => f (Maybe a) -> f a

    witherable Witherable

    catMaybesmapMaybe id
    

  2. forMaybe :: (Witherable t, Applicative f) => t a -> (a -> f (Maybe b)) -> f (t b)

    witherable Witherable

    forMaybe = flip wither
    

  3. imapMaybe :: FilterableWithIndex i t => (i -> a -> Maybe b) -> t a -> t b

    witherable Witherable

    No documentation available.

  4. mapMaybe :: Filterable f => (a -> Maybe b) -> f a -> f b

    witherable Witherable

    Like mapMaybe.

  5. cmapMaybe :: forall (m :: Type -> Type) a b . Applicative m => (a -> Maybe b) -> LogAction m b -> LogAction m a

    co-log-core Colog.Core.Action

    cmap for convertions that may fail

  6. 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.

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

    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. partitionMaybe :: (body0 -> Maybe body1) -> T time body0 -> (T time body1, T time body0)

    event-list Data.EventList.Absolute.TimeBody

    No documentation available.

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

    event-list Data.EventList.Absolute.TimeTime

    No documentation available.

Page 169 of many | Previous | Next