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.

  1. newtype ViaEnum a

    falsify Test.Falsify.GenDefault

    DerivingVia wrapper for Enum types

  2. ViaEnum :: a -> ViaEnum a

    falsify Test.Falsify.GenDefault

    No documentation available.

  3. unViaEnum :: ViaEnum a -> a

    falsify Test.Falsify.GenDefault

    No documentation available.

  4. enum :: Range a -> Gen a

    falsify Test.Falsify.Generator

    Deprecated: Use inRange instead

  5. enum :: Enum a => (a, a) -> Range a

    falsify 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.

  6. overrideNumTests :: TestOptions -> Maybe Word

    falsify Test.Tasty.Falsify

    Override the number of tests

  7. indexFromNum :: Natural n => Word -> Maybe (Index n)

    fixed-length Data.FixedLength

    No documentation available.

  8. enumVal :: (Bounded a, Enum a, Show a) => Reader a

    flags-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.

  9. package format-numbers

    Various number formatting functions Various number formatting functions

  10. frNum_charmaps :: FT_FaceRec -> FT_Int

    freetype2 FreeType.Core.Base

    No documentation available.

Page 462 of many | Previous | Next