Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
falsify Test.Falsify.GenDefault DerivingVia wrapper for Enum types
-
falsify Test.Falsify.GenDefault No documentation available.
-
falsify Test.Falsify.GenDefault No documentation available.
-
falsify Test.Falsify.Generator Deprecated: Use inRange instead
enum :: Enum a => (a, a) -> Range afalsify Test.Falsify.Range Variation on between for types that are Enum but not Integral This is useful for types such as Char. However, since this relies on Enum, it's limited by the precision of Int.
overrideNumTests :: TestOptions -> Maybe Wordfalsify Test.Tasty.Falsify Override the number of tests
indexFromNum :: Natural n => Word -> Maybe (Index n)fixed-length Data.FixedLength No documentation available.
enumVal :: (Bounded a, Enum a, Show a) => Reader aflags-applicative Flags.Applicative Returns a reader for Enum instances. This reader assumes that enum (Haskell) constructors are written in PascalCase and expects UPPER_SNAKE_CASE as command-line flag values. For example:
data Mode = Flexible | Strict deriving (Bounded, Enum, Show) modeFlag = flag enumVal "mode" "the mode" :: FlagsParser Mode
The above flag will accept values --mode=FLEXIBLE and --mode=STRICT.-
Various number formatting functions Various number formatting functions
frNum_charmaps :: FT_FaceRec -> FT_Intfreetype2 FreeType.Core.Base No documentation available.