Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. enum :: Fractional prob => [Int] -> Spread prob a

    probability Numeric.Probability.Distribution

    No documentation available.

  2. enum :: (C prob obj, Floating prob) => [Int] -> Spread obj a

    probability Numeric.Probability.Object

    No documentation available.

  3. enum :: RealFloat prob => [Int] -> SpreadC prob a

    probability Numeric.Probability.Transition

    No documentation available.

  4. module GHC.Data.EnumSet

    A tiny wrapper around IntSet for representing sets of Enum things.

  5. data EnumSet (a :: k)

    ghc GHC.Data.EnumSet

    No documentation available.

  6. class Enumerable (t :: Type -> Type -> Type -> Type)

    pipes Pipes

    Enumerable generalizes Foldable, converting effectful containers to ListTs. Instances of Enumerable must satisfy these two laws:

    toListT (return r) = return r
    
    toListT $ do x <- m  =  do x <- toListT m
    f x           toListT (f x)
    
    In other words, toListT is monad morphism.

  7. module Data.IntMap.EnumMap2

    No documentation available.

  8. newtype EnumMap k a

    regex-tdfa Data.IntMap.EnumMap2

    No documentation available.

  9. EnumMap :: IntMap a -> EnumMap k a

    regex-tdfa Data.IntMap.EnumMap2

    No documentation available.

  10. module Data.IntSet.EnumSet2

    No documentation available.

Page 12 of many | Previous | Next