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

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

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

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

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

    relude Relude.Monad.Reexport

    No documentation available.

  6. type family MaybeToList (a1 :: Maybe a) :: [a]

    singletons-base Data.Maybe.Singletons

    No documentation available.

  7. data MaybeToListSym0 (a1 :: TyFun Maybe a [a])

    singletons-base Data.Maybe.Singletons

    No documentation available.

  8. type family MaybeToListSym1 (a6989586621679588149 :: Maybe a) :: [a]

    singletons-base Data.Maybe.Singletons

    No documentation available.

  9. type family Maybe_ (a1 :: b) (a2 :: a ~> b) (a3 :: Maybe a) :: b

    singletons-base Data.Maybe.Singletons

    No documentation available.

  10. data Maybe_Sym0 (a1 :: TyFun b a ~> b ~> Maybe a ~> b)

    singletons-base Data.Maybe.Singletons

    No documentation available.

Page 87 of many | Previous | Next