Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. module GHC.Enum

    No documentation available.

  2. testRunResultNumShrinks :: TestRunResult -> !Maybe Word

    sydtest Test.Syd.Run

    No documentation available.

  3. testRunResultNumTests :: TestRunResult -> !Maybe Word

    sydtest Test.Syd.Run

    No documentation available.

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

  5. enumerate :: ListT (m :: Type -> Type) a -> Producer a m ()

    pipes Pipes

    No documentation available.

  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. unEnumMap :: EnumMap k a -> IntMap a

    regex-tdfa Data.IntMap.EnumMap2

    No documentation available.

  10. module Data.IntSet.EnumSet2

    No documentation available.

Page 171 of many | Previous | Next