Hoogle Search

Within LTS Haskell 24.42 (ghc-9.10.3)

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

  1. mrgMapM_ :: (MonadTryMerge m, Foldable t) => (a -> m b) -> t a -> m ()

    grisette Grisette.Lib.Data.Foldable

    mapM_ with MergingStrategy knowledge propagation.

  2. mrgMapM :: forall a b t f . (Mergeable b, Mergeable1 t, MonadTryMerge f, Traversable t) => (a -> f b) -> t a -> f (t b)

    grisette Grisette.Lib.Data.Traversable

    mapM with MergingStrategy knowledge propagation.

  3. mrgMapM :: forall a b t f . (Mergeable b, Mergeable1 t, MonadTryMerge f, Traversable t) => (a -> f b) -> t a -> f (t b)

    grisette Grisette.Unified.Lib.Control.Monad

    mapM with MergingStrategy knowledge propagation.

  4. mrgMapM_ :: (MonadTryMerge m, Foldable t) => (a -> m b) -> t a -> m ()

    grisette Grisette.Unified.Lib.Control.Monad

    mapM_ with MergingStrategy knowledge propagation.

  5. mrgMapM_ :: (MonadTryMerge m, Foldable t) => (a -> m b) -> t a -> m ()

    grisette Grisette.Unified.Lib.Data.Foldable

    mapM_ with MergingStrategy knowledge propagation.

  6. bitmapMetadata :: BitmapOptions -> Metadatas

    massiv-io Data.Massiv.Array.IO

    No documentation available.

  7. contramapMaybe :: (Profunctor p, Semigroupal (->) Either Either Either p) => (a -> Maybe b) -> p b x -> p a x

    monoidal-functors Data.Bifunctor.Monoidal.Specialized

    No documentation available.

  8. checkMapMaybe :: HasCallStack => (a -> Maybe b) -> Parser a -> Parser b

    opt-env-conf OptEnvConf

    Like checkMapEither but without a helpful error message. Prefer checkMapEither.

  9. checkMapMaybe :: HasCallStack => (a -> Maybe b) -> Parser a -> Parser b

    opt-env-conf OptEnvConf

    Like checkMapEither but without a helpful error message. Prefer checkMapEither.

  10. checkMapMaybeForgivable :: HasCallStack => (a -> Maybe b) -> Parser a -> Parser b

    opt-env-conf OptEnvConf

    Like checkMapMaybe, but allow trying the other side of any alternative if the result is Nothing.

Page 94 of many | Previous | Next