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. singShowInstances :: OptionsMonad q => [Name] -> q [Dec]

    singletons-th Data.Singletons.TH

    Create instances of SShow for the given types (Not to be confused with showSingInstances.)

  2. reallyShowConditions :: Args -> Bool

    speculate Test.Speculate.Args

    No documentation available.

  3. shouldShowConditionalEquation :: Args -> (Expr, Expr, Expr) -> Bool

    speculate Test.Speculate.Args

    No documentation available.

  4. shouldShowEquation :: Args -> (Expr, Expr) -> Bool

    speculate Test.Speculate.Args

    No documentation available.

  5. class TestShow v

    tasty-checklist Test.Tasty.Checklist

    The TestShow class is defined to provide a way for the various data objects tested by this module to be displayed when tests fail. The default testShow will use a Show instance, but this can be overridden if there are alternate ways to display a particular object (e.g. pretty-printing, etc.)

  6. testShow :: TestShow v => v -> String

    tasty-checklist Test.Tasty.Checklist

    No documentation available.

  7. testShowList :: TestShow v => [v] -> String

    tasty-checklist Test.Tasty.Checklist

    A helper function for defining a testShow for lists of items.

    instance TestShow [Int] where testShow = testShowList
    

  8. renderWithShow :: forall t a . (Show a, Textual t) => a -> t

    ttc Data.TTC

    Render a value to a textual data type using a Show instance To use this function in a context where the types are ambiguous, use the TypeApplications GHC extension to specify one or both types. Example:

    -- Render to Text
    renderWithShow @Text foo
    
    See the enum example program in the ttc-examples directory of the source repository.

  9. _dboShowValue :: DataBarOptions -> Bool

    xlsx Codec.Xlsx.Types.ConditionalFormatting

    Indicates whether to show the values of the cells on which this data bar is applied.

  10. _isoShowValue :: IconSetOptions -> Bool

    xlsx Codec.Xlsx.Types.ConditionalFormatting

    indicates whether to show the values of the cells on which this icon set is applied.

Page 292 of many | Previous | Next