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.
-
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.
-
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
-
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.
-
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
class Typeable a =>
Enumerable atesting-feat Test.Feat No documentation available.
-
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).
class Typeable a =>
Enumerable atesting-feat Test.Feat.Class No documentation available.
-
Basic combinators for building enumerations most users will want to use the type class based combinators in Test.Feat.Class instead.
-
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).
Enumerate :: RevList (Finite a) -> Enumerate atesting-feat Test.Feat.Enumerate No documentation available.