Hoogle Search

Within LTS Haskell 24.10 (ghc-9.10.2)

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

  1. EnumrInit :: EnumConst -> ConstExpr -> Enumr

    language-c99 Language.C99.AST

    No documentation available.

  2. data EnumrList

    language-c99 Language.C99.AST

    No documentation available.

  3. EnumToken :: TokenPosn -> String -> [CommentAnnotation] -> Token

    language-javascript Language.JavaScript.Parser.Lexer

    No documentation available.

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

  5. module Documentation.SBV.Examples.Optimization.Enumerate

    Demonstrates how enumerations can be used with optimization, by properly defining your metric values.

  6. module Documentation.SBV.Examples.Queries.Enums

    Demonstrates the use of enumeration values during queries.

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

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

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

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

Page 24 of many | Previous | Next