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.
-
language-c99 Language.C99.AST No documentation available.
-
language-c99 Language.C99.AST No documentation available.
EnumrBase :: Enumr -> EnumrListlanguage-c99 Language.C99.AST No documentation available.
EnumrCons :: EnumrList -> Enumr -> EnumrListlanguage-c99 Language.C99.AST No documentation available.
EnumrInit :: EnumConst -> ConstExpr -> Enumrlanguage-c99 Language.C99.AST No documentation available.
-
language-c99 Language.C99.AST No documentation available.
EnumToken :: TokenPosn -> String -> [CommentAnnotation] -> Tokenlanguage-javascript Language.JavaScript.Parser.Lexer No documentation available.
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.