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.
forAllShow :: Testable prop => Gen a -> (a -> String) -> (a -> prop) -> Propertymassiv-test Test.Massiv.Utils Like forAll, but with an explicitly given show function.
forAllShrinkShow :: Testable prop => Gen a -> (a -> [a]) -> (a -> String) -> (a -> prop) -> Propertymassiv-test Test.Massiv.Utils Like forAllShrink, but with an explicitly given show function.
-
massiv-test Test.Massiv.Utils Optional; used internally in order to improve shrinking. Tests a property but also quantifies over an extra value (with a custom shrink and show function). The Testable instance for functions defines propertyForAllShrinkShow in a way that improves shrinking.
-
Utilities for showing string-like things. Utilities for showing string-like things.
liftShowsPrec :: Vector v a => (Int -> a -> ShowS) -> ([a] -> ShowS) -> Int -> v a -> ShowSrebase Rebase.Data.Vector.Generic No documentation available.
iso8601Show :: ISO8601 t => t -> Stringrebase Rebase.Prelude Show in the most commonly used ISO 8601 format.
-
show-combinators Text.Show.Combinators Type of strings representing expressions, parameterized by the surrounding precedence level. This is the return type of flip showsPrec.
-
svg-builder Graphics.Svg.Attributes No documentation available.
defaultExprViaShow :: Show a => a -> Exprtree-diff Data.TreeDiff.Class An alternative implementation for literal types. We use show representation of them.
-
print and show in unicode This package provides variants of show and print functions that does not escape non-ascii characters. See README for usage. Run ghci with -interactive-print flag to print unicode characters. See Using a custom interactive printing function section in the GHC manual.