Hoogle Search

Within LTS Haskell 24.5 (ghc-9.10.2)

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

  1. class Enum a => Enumerable a

    streamly-core Streamly.Data.Stream

    Types that can be enumerated as a stream. The operations in this type class are equivalent to those in the Enum type class, except that these generate a stream instead of a list. Use the functions in Streamly.Internal.Data.Stream.Enumeration module to define new instances.

  2. class Enum a => Enumerable a

    streamly-core Streamly.Data.Unfold

    Types that can be enumerated as a stream. The operations in this type class are equivalent to those in the Enum type class, except that these generate a stream instead of a list. Use the functions in Streamly.Internal.Data.Unfold.Enumeration module to define new instances. Pre-release

  3. class Enum a => Enumerable a

    streamly-core Streamly.Internal.Data.Stream

    Types that can be enumerated as a stream. The operations in this type class are equivalent to those in the Enum type class, except that these generate a stream instead of a list. Use the functions in Streamly.Internal.Data.Stream.Enumeration module to define new instances.

  4. class Enum a => Enumerable a

    streamly-core Streamly.Internal.Data.Unfold

    Types that can be enumerated as a stream. The operations in this type class are equivalent to those in the Enum type class, except that these generate a stream instead of a list. Use the functions in Streamly.Internal.Data.Unfold.Enumeration module to define new instances. Pre-release

  5. class Typeable a => Enumerable a

    testing-feat Test.Feat

    No documentation available.

  6. data Enumerate a

    testing-feat Test.Feat

    A functional enumeration of type t is a partition of t into finite numbered sets. Each part contains values of a certain cost (typically the size of the value).

  7. class Typeable a => Enumerable a

    testing-feat Test.Feat.Class

    No documentation available.

  8. module Test.Feat.Enumerate

    Basic combinators for building enumerations most users will want to use the type class based combinators in Test.Feat.Class instead.

  9. data Enumerate a

    testing-feat Test.Feat.Enumerate

    A functional enumeration of type t is a partition of t into finite numbered sets. Each part contains values of a certain cost (typically the size of the value).

  10. Enumerate :: RevList (Finite a) -> Enumerate a

    testing-feat Test.Feat.Enumerate

    No documentation available.

Page 25 of many | Previous | Next