Hoogle Search

Within LTS Haskell 24.26 (ghc-9.10.3)

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

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

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

    grisette Grisette.Unified.Lib.Control.Monad

    mapM_ with MergingStrategy knowledge propagation.

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

    grisette Grisette.Unified.Lib.Data.Foldable

    mapM_ with MergingStrategy knowledge propagation.

  4. bitmapMetadata :: BitmapOptions -> Metadatas

    massiv-io Data.Massiv.Array.IO

    No documentation available.

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

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

    opt-env-conf OptEnvConf

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

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

    opt-env-conf OptEnvConf

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

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

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

    opt-env-conf OptEnvConf.Parser

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

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

    opt-env-conf OptEnvConf.Parser

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

Page 94 of many | Previous | Next