Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

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

    probability Numeric.Probability.Object

    No documentation available.

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

    probability Numeric.Probability.Transition

    No documentation available.

  3. module GHC.Data.EnumSet

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

  4. data EnumSet (a :: k)

    ghc GHC.Data.EnumSet

    No documentation available.

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

  6. module Data.IntMap.EnumMap2

    No documentation available.

  7. newtype EnumMap k a

    regex-tdfa Data.IntMap.EnumMap2

    No documentation available.

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

    regex-tdfa Data.IntMap.EnumMap2

    No documentation available.

  9. module Data.IntSet.EnumSet2

    No documentation available.

  10. newtype EnumSet e

    regex-tdfa Data.IntSet.EnumSet2

    No documentation available.

Page 12 of many | Previous | Next