Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. elabTestShowDetails :: ElaboratedConfiguredPackage -> Maybe TestShowDetails

    cabal-install Distribution.Client.ProjectPlanning

    No documentation available.

  2. elabTestShowDetails :: ElaboratedConfiguredPackage -> Maybe TestShowDetails

    cabal-install Distribution.Client.ProjectPlanning.Types

    No documentation available.

  3. deriveShowsTypePrec :: Name -> Q Dec

    clash-lib Clash.Core.TermLiteral.TH

    For Maybe, constructs:

    showsTypePrec n _
    = let
    showSpace = showChar ' '
    precCalls = [showsTypePrec 11 (Proxy @a)]
    interspersedPrecCalls = intersperse showSpace precCalls
    showType = foldl (.) (showString "Maybe") (showSpace : interspersedPrecCalls)
    in
    showParen (n > 10) showType
    

  4. tyLitShow :: TyConMap -> Type -> Except String String

    clash-lib Clash.Core.Util

    Try to reduce an arbitrary type to a literal type (Symbol or Nat), and subsequently extract its String representation

  5. helpShowGlobals :: PrefsMod

    configuration-tools Configuration.Utils.CommandLine

    Show global help information in subparser usage.

  6. prefHelpShowGlobal :: ParserPrefs -> Bool

    configuration-tools Configuration.Utils.CommandLine

    when displaying subparsers' usage help, show parent options under a "global options" section (default: False)

  7. prefShowHelpOnEmpty :: ParserPrefs -> Bool

    configuration-tools Configuration.Utils.CommandLine

    show the help text for a command or subcommand if it fails with no input (default: False)

  8. prefShowHelpOnError :: ParserPrefs -> Bool

    configuration-tools Configuration.Utils.CommandLine

    always show help text on parse errors (default: False)

  9. sshow :: (Show a, IsString s) => a -> s

    configuration-tools Configuration.Utils.Internal

    No documentation available.

  10. confStyleShowInts :: ConfStyle -> Bool

    configurator-export Data.Configurator.Export

    Whether or not to show "whole numbers" as integer literals (without the trailing .0)

Page 372 of many | Previous | Next