Hoogle Search

Within LTS Haskell 24.5 (ghc-9.10.2)

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

  1. MayBeFlaky :: !Maybe String -> FlakinessMode

    sydtest Test.Syd.Modify

    No documentation available.

  2. MayBeFlaky :: !Maybe String -> FlakinessMode

    sydtest Test.Syd.SpecDef

    No documentation available.

  3. data MaybePromotedName l

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

    No documentation available.

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

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

    errors Control.Error

    No documentation available.

  6. class Distribution d => MaybeEntropy d

    statistics Statistics.Distribution

    Type class for distributions with entropy, meaning Shannon entropy in the case of a discrete distribution, or differential entropy in the case of a continuous one. maybeEntropy should return Nothing if entropy is undefined for the chosen parameter values.

  7. class Distribution d => MaybeMean d

    statistics Statistics.Distribution

    Type class for distributions with mean. maybeMean should return Nothing if it's undefined for current value of data

  8. class MaybeMean d => MaybeVariance d

    statistics Statistics.Distribution

    Type class for distributions with variance. If variance is undefined for some parameter values both maybeVariance and maybeStdDev should return Nothing. Minimal complete definition is maybeVariance or maybeStdDev

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

    relude Relude.Monad.Reexport

    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

    relude Relude.Monad.Reexport

    No documentation available.

Page 16 of many | Previous | Next