Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. data ShowPlanNode

    cabal-install Distribution.Client.InstallPlan

    No documentation available.

  2. ShowPlanNode :: Doc -> [Doc] -> ShowPlanNode

    cabal-install Distribution.Client.InstallPlan

    No documentation available.

  3. ShowHelpText :: Maybe String -> ParseError

    configuration-tools Configuration.Utils.CommandLine

    No documentation available.

  4. type ShowS = String -> String

    dimensional Numeric.Units.Dimensional.Prelude

    The shows functions return a function that prepends the output String to an existing String. This allows constant-time concatenation of results using function composition.

  5. type ShowS = String -> String

    distribution-opensuse OpenSuse.Prelude

    The shows functions return a function that prepends the output String to an existing String. This allows constant-time concatenation of results using function composition.

  6. type ShowS = String -> String

    faktory Faktory.Prelude

    The shows functions return a function that prepends the output String to an existing String. This allows constant-time concatenation of results using function composition.

  7. class ShowMutable a

    fitspec Test.FitSpec

    Types that can have their mutation shown. Has only one function mutantS that returns a simple AST (MutantS) representing the mutant. A standard implementation of mutantS for Eq types is given by mutantSEq.

  8. data ShowMutantAs

    fitspec Test.FitSpec

    How to show mutants. Use this to fill showMutantAs.

  9. data ShowMutantAs

    fitspec Test.FitSpec.Report

    How to show mutants. Use this to fill showMutantAs.

  10. module Test.FitSpec.ShowMutable

    Exports a typeclass to show mutant variations.

Page 215 of many | Previous | Next