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. MaybeBot :: BotInfo

    ghc GHC.HsToCore.Pmc.Solver.Types

    No documentation available.

  2. data MaybeValidated a

    ghc GHC.Iface.Recomp

    No documentation available.

  3. data MaybeNew

    ghc GHC.Tc.Solver.Monad

    No documentation available.

  4. MaybeGivenEqs :: HasGivenEqs

    ghc GHC.Tc.Types.Constraint

    No documentation available.

  5. MayBeFlaky :: !Maybe String -> FlakinessMode

    sydtest Test.Syd

    No documentation available.

  6. MayBeFlaky :: !Maybe String -> FlakinessMode

    sydtest Test.Syd.Modify

    No documentation available.

  7. MayBeFlaky :: !Maybe String -> FlakinessMode

    sydtest Test.Syd.SpecDef

    No documentation available.

  8. data MaybePromotedName l

    haskell-src-exts Language.Haskell.Exts.Syntax

    No documentation available.

  9. newtype MaybeT (m :: Type -> Type) a

    errors Control.Error

    The parameterizable maybe monad, obtained by composing an arbitrary monad with the Maybe monad. Computations are actions that may produce a value or exit. The return function yields a computation that produces that value, while >>= sequences two subcomputations, exiting if either computation does.

  10. MaybeT :: m (Maybe a) -> MaybeT (m :: Type -> Type) a

    errors Control.Error

    No documentation available.

Page 86 of many | Previous | Next