Hoogle Search
Within LTS Haskell 24.38 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
MkEnumSpecifierEmpty :: Identifier -> EnumSpecifierogma-language-c Language.C.AbsC No documentation available.
MkEnumSpecifierWithCases :: IdentifierOpt -> EnumeratorList -> EnumSpecifierogma-language-c Language.C.AbsC No documentation available.
MkEnumeratorInitialized :: Identifier -> ConstantExpression -> Enumeratorogma-language-c Language.C.AbsC No documentation available.
MkEnumeratorList1 :: Enumerator -> EnumeratorListogma-language-c Language.C.AbsC No documentation available.
MkEnumeratorListN :: EnumeratorList -> Enumerator -> EnumeratorListogma-language-c Language.C.AbsC No documentation available.
MkEnumeratorUninitialized :: Identifier -> Enumeratorogma-language-c Language.C.AbsC No documentation available.
MkTypeSpecifierEnumSpecifier :: EnumSpecifier -> TypeSpecifierogma-language-c Language.C.AbsC No documentation available.
prettyEnum :: Attributes -> Docogma-language-xmlspec Language.XMLSpec.PrintTrees No documentation available.
-
An enum-text based toolkit for optparse-applicative Please see the README on GitHub at https://github.com/cdornan/optparse-enum#readme
shortEnumSwitchesP :: EnumText a => (a -> Maybe FlagChar) -> Parser aoptparse-enum Text.Enum.Optparse generate mutually exclusive switches based on EnumText a, with some short swich options as specified by the argument function