• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.1 (ghc-9.10.2)

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

  1. hush :: Either a b -> Maybe b

    errors Control.Error.Util

    Suppress the Left value of an Either

  2. hush :: Alternative m => Either e a -> m a

    protolude Protolude.Exceptions

    No documentation available.

  3. hush :: Either x a -> Maybe a

    cabal-gild CabalGild.Unstable.Extra.Either

    Converts an Either to a Maybe.

  4. hush :: Either s a -> Maybe a

    saltine Crypto.Saltine.Internal.Util

    To prevent a dependency on package errors

  5. hush :: Tidally => IO ()

    tidal Sound.Tidal.Boot

    See streamHush.

  6. hush :: Op ()

    tidal Sound.Tidal.Safe.Boot

    No documentation available.

  7. hushT :: forall (m :: Type -> Type) a b . Monad m => ExceptT a m b -> MaybeT m b

    errors Control.Error.Util

    Suppress the Left value of an ExceptT

  8. hushM :: Monad m => Either e a -> (e -> m ()) -> m (Maybe a)

    transformers-either Control.Monad.Trans.Either

    Convert an Either to a Maybe and execute the supplied handler in the Left case.

  9. trackGetHush :: Producer -> JobId -> IO JobDetails

    faktory Faktory.Ent.Tracking

    trackGet but mask any failures to JobStateUnknown

  10. streamHush :: Stream -> IO ()

    tidal Sound.Tidal.Boot

    No documentation available.

Page 1 of 2 | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete