Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. zeroWidthText :: String -> Doc

    pretty Text.PrettyPrint

    Some text, but without any width. Use for non-printing text such as a HTML or Latex tags

  2. zeroWidthText :: String -> Doc a

    pretty Text.PrettyPrint.Annotated

    Some text, but without any width. Use for non-printing text such as a HTML or Latex tags

  3. zeroWidthText :: String -> Doc a

    pretty Text.PrettyPrint.Annotated.HughesPJ

    Some text, but without any width. Use for non-printing text such as a HTML or Latex tags

  4. zeroWidthText :: String -> Doc

    pretty Text.PrettyPrint.HughesPJ

    Some text, but without any width. Use for non-printing text such as a HTML or Latex tags

  5. data Confidence

    hedgehog Hedgehog

    The acceptable occurrence of false positives Example, Confidence 10^9 would mean that you'd accept a false positive for 1 in 10^9 tests.

  6. withConfidence :: Confidence -> Property -> Property

    hedgehog Hedgehog

    Make sure that the result is statistically significant in accordance to the passed Confidence

  7. class Semigroup a => Monoid a

    hedgehog Hedgehog.Internal.Prelude

    The class of monoids (types with an associative binary operation that has an identity). Instances should satisfy the following:

    You can alternatively define mconcat instead of mempty, in which case the laws are: The method names refer to the monoid of lists under concatenation, but there are many other instances. Some types can be viewed as a monoid in more than one way, e.g. both addition and multiplication on numbers. In such cases we often define newtypes and make those instances of Monoid, e.g. Sum and Product. NOTE: Semigroup is a superclass of Monoid since base-4.11.0.0.

  8. newtype Confidence

    hedgehog Hedgehog.Internal.Property

    The acceptable occurrence of false positives Example, Confidence 10^9 would mean that you'd accept a false positive for 1 in 10^9 tests.

  9. Confidence :: Int64 -> Confidence

    hedgehog Hedgehog.Internal.Property

    No documentation available.

  10. NoConfidenceTermination :: TestLimit -> TerminationCriteria

    hedgehog Hedgehog.Internal.Property

    No documentation available.

Page 406 of many | Previous | Next