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.
enum :: Fractional prob => [Int] -> Spread prob aprobability Numeric.Probability.Distribution No documentation available.
enum :: (C prob obj, Floating prob) => [Int] -> Spread obj aprobability Numeric.Probability.Object No documentation available.
enum :: RealFloat prob => [Int] -> SpreadC prob aprobability Numeric.Probability.Transition No documentation available.
-
A tiny wrapper around IntSet for representing sets of Enum things.
-
ghc GHC.Data.EnumSet No documentation available.
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.-
No documentation available.
-
regex-tdfa Data.IntMap.EnumMap2 No documentation available.
EnumMap :: IntMap a -> EnumMap k aregex-tdfa Data.IntMap.EnumMap2 No documentation available.
-
No documentation available.