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.
zeroWidthText :: String -> Docpretty Text.PrettyPrint Some text, but without any width. Use for non-printing text such as a HTML or Latex tags
zeroWidthText :: String -> Doc apretty Text.PrettyPrint.Annotated Some text, but without any width. Use for non-printing text such as a HTML or Latex tags
zeroWidthText :: String -> Doc apretty Text.PrettyPrint.Annotated.HughesPJ Some text, but without any width. Use for non-printing text such as a HTML or Latex tags
zeroWidthText :: String -> Docpretty Text.PrettyPrint.HughesPJ Some text, but without any width. Use for non-printing text such as a HTML or Latex tags
-
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.
withConfidence :: Confidence -> Property -> Propertyhedgehog Hedgehog Make sure that the result is statistically significant in accordance to the passed Confidence
-
hedgehog Hedgehog.Internal.Prelude The class of monoids (types with an associative binary operation that has an identity). Instances should satisfy the following:
- Right identity x <> mempty = x
- Left identity mempty <> x = x
- Associativity x <> (y <> z) = (x <> y) <> z (Semigroup law)
- Concatenation mconcat = foldr (<>) mempty
- Unit mconcat (pure x) = x
- Multiplication mconcat (join xss) = mconcat (fmap mconcat xss)
- Subclass mconcat (toList xs) = sconcat xs
-
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.
Confidence :: Int64 -> Confidencehedgehog Hedgehog.Internal.Property No documentation available.
NoConfidenceTermination :: TestLimit -> TerminationCriteriahedgehog Hedgehog.Internal.Property No documentation available.