Hoogle Search
Within LTS Haskell 24.31 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
module Documentation.SBV.Examples.Misc.
Enumerate Demonstrates how enumerations can be translated to their SMT-Lib counterparts, without losing any information content. Also see Documentation.SBV.Examples.Puzzles.U2Bridge for a more detailed example involving enumerations.
module Documentation.SBV.Examples.Optimization.
Enumerate Demonstrates how enumerations can be used with optimization, by properly defining your metric values.
module Documentation.SBV.Examples.Queries.
Enums Demonstrates the use of enumeration values during queries.
-
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.