Hoogle Search

Within LTS Haskell 24.9 (ghc-9.10.2)

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

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

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

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

  4. data ShowMutantAs

    fitspec Test.FitSpec

    How to show mutants. Use this to fill showMutantAs.

  5. data ShowMutantAs

    fitspec Test.FitSpec.Report

    How to show mutants. Use this to fill showMutantAs.

  6. module Test.FitSpec.ShowMutable

    Exports a typeclass to show mutant variations.

  7. class ShowMutable a

    fitspec Test.FitSpec.ShowMutable

    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. module Grisette.Internal.TH.Derivation.ShowPPrintCommon

    No documentation available.

  9. type ShowS = String -> String

    hledger-web Hledger.Web.Import

    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.

  10. module HaskellWorks.Data.MQuery.Shows

    No documentation available.

Page 39 of many | Previous | Next