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. forAllShow :: Testable prop => Gen a -> (a -> String) -> (a -> prop) -> Property

    massiv-test Test.Massiv.Utils

    Like forAll, but with an explicitly given show function.

  2. forAllShrinkShow :: Testable prop => Gen a -> (a -> [a]) -> (a -> String) -> (a -> prop) -> Property

    massiv-test Test.Massiv.Utils

    Like forAllShrink, but with an explicitly given show function.

  3. propertyForAllShrinkShow :: Testable prop => Gen a -> (a -> [a]) -> (a -> [String]) -> (a -> prop) -> Property

    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.

  4. package om-show

    Utilities for showing string-like things. Utilities for showing string-like things.

  5. liftShowsPrec :: Vector v a => (Int -> a -> ShowS) -> ([a] -> ShowS) -> Int -> v a -> ShowS

    rebase Rebase.Data.Vector.Generic

    No documentation available.

  6. iso8601Show :: ISO8601 t => t -> String

    rebase Rebase.Prelude

    Show in the most commonly used ISO 8601 format.

  7. type PrecShowS = Int -> ShowS

    show-combinators Text.Show.Combinators

    Type of strings representing expressions, parameterized by the surrounding precedence level. This is the return type of flip showsPrec.

  8. XlinkShow_ :: AttrTag

    svg-builder Graphics.Svg.Attributes

    No documentation available.

  9. defaultExprViaShow :: Show a => a -> Expr

    tree-diff Data.TreeDiff.Class

    An alternative implementation for literal types. We use show representation of them.

  10. package unicode-show

    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.

Page 288 of many | Previous | Next