• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. shrinkValidSpecWithLimit :: (Show a, Eq a, Typeable a, GenValid a) => Int -> Spec

    genvalidity-hspec Test.Validity.Shrinking

    No documentation available.

  2. shrinkingStaysValid :: (Show a, Validity a) => Gen a -> (a -> [a]) -> Property

    genvalidity-hspec Test.Validity.Shrinking

    shrinkingStaysValid (pure 5 :: Gen Double) (\d -> [d - 1, d - 2])
    

  3. shouldBeInvalid :: (Show a, Validity a) => a -> Expectation

    genvalidity-hspec Test.Validity.Utils

    No documentation available.

  4. shouldBeValid :: (Show a, Validity a) => a -> Expectation

    genvalidity-hspec Test.Validity.Utils

    No documentation available.

  5. gtypeInvalid :: GType

    haskell-gi-base Data.GI.Base.GType

    An invalid GType used as error return value in some functions which return a GType.

  6. type SignalHandlerId = CULong

    haskell-gi-base Data.GI.Base.ShortPrelude

    Type of a GObject signal handler id.

  7. type SignalHandlerId = CULong

    haskell-gi-base Data.GI.Base.Signals

    Type of a GObject signal handler id.

  8. d_id :: DFA -> SetIndex

    regex-tdfa Text.Regex.TDFA.Common

    No documentation available.

  9. q_id :: QNFA -> Index

    regex-tdfa Text.Regex.TDFA.Common

    No documentation available.

  10. d_id :: DFA -> SetIndex

    regex-tdfa Text.Regex.TDFA.TDFA

    No documentation available.

Page 621 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete