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.
shouldShowEquation :: Args -> (Expr, Expr) -> Boolspeculate Test.Speculate.Args No documentation available.
-
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.)
testShow :: TestShow v => v -> Stringtasty-checklist Test.Tasty.Checklist No documentation available.
testShowList :: TestShow v => [v] -> Stringtasty-checklist Test.Tasty.Checklist A helper function for defining a testShow for lists of items.
instance TestShow [Int] where testShow = testShowList
renderWithShow :: forall t a . (Show a, Textual t) => a -> tttc 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._dboShowValue :: DataBarOptions -> Boolxlsx Codec.Xlsx.Types.ConditionalFormatting Indicates whether to show the values of the cells on which this data bar is applied.
_isoShowValue :: IconSetOptions -> Boolxlsx Codec.Xlsx.Types.ConditionalFormatting indicates whether to show the values of the cells on which this icon set is applied.
dboShowValue :: Lens' DataBarOptions Boolxlsx Codec.Xlsx.Types.ConditionalFormatting No documentation available.
isoShowValue :: Lens' IconSetOptions Boolxlsx Codec.Xlsx.Types.ConditionalFormatting No documentation available.
_dvShowDropDown :: DataValidation -> Boolxlsx Codec.Xlsx.Types.DataValidation No documentation available.