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. shouldShowEquation :: Args -> (Expr, Expr) -> Bool

    speculate Test.Speculate.Args

    No documentation available.

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

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

    tasty-checklist Test.Tasty.Checklist

    No documentation available.

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

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

  6. _dboShowValue :: DataBarOptions -> Bool

    xlsx Codec.Xlsx.Types.ConditionalFormatting

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

  7. _isoShowValue :: IconSetOptions -> Bool

    xlsx Codec.Xlsx.Types.ConditionalFormatting

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

  8. dboShowValue :: Lens' DataBarOptions Bool

    xlsx Codec.Xlsx.Types.ConditionalFormatting

    No documentation available.

  9. isoShowValue :: Lens' IconSetOptions Bool

    xlsx Codec.Xlsx.Types.ConditionalFormatting

    No documentation available.

  10. _dvShowDropDown :: DataValidation -> Bool

    xlsx Codec.Xlsx.Types.DataValidation

    No documentation available.

Page 293 of many | Previous | Next