Hoogle Search

Within LTS Haskell 24.9 (ghc-9.10.2)

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

  1. equivalentWhenFirstSucceedsOnGens2 :: (Show a, Show b, Show c, Eq c, CanFail f) => (a -> b -> f c) -> (a -> b -> c) -> Gen (a, b) -> ((a, b) -> [(a, b)]) -> Property

    genvalidity-hspec Test.Validity

    No documentation available.

  2. inverseFunctionsIfFirstSucceeds :: (Show a, Eq a, GenValid a, CanFail f) => (a -> f b) -> (b -> a) -> Property

    genvalidity-hspec Test.Validity

    No documentation available.

  3. inverseFunctionsIfFirstSucceedsOnArbitrary :: (Show a, Eq a, Arbitrary a, CanFail f) => (a -> f b) -> (b -> a) -> Property

    genvalidity-hspec Test.Validity

    No documentation available.

  4. inverseFunctionsIfFirstSucceedsOnGen :: (Show a, Eq a, CanFail f) => (a -> f b) -> (b -> a) -> Gen a -> (a -> [a]) -> Property

    genvalidity-hspec Test.Validity

    No documentation available.

  5. mapFirst :: (a -> c) -> [(a, b)] -> [(c, b)]

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

    Given a function and a list of two-tuples, apply the function to every first element of the tuples.

  6. mapFirstA :: Applicative f => (a -> f c) -> [(a, b)] -> f [(c, b)]

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

    Applicative version of mapFirst.

  7. lcFirst :: Text -> Text

    haskell-gi Data.GI.CodeGen.Util

    Make the first character of the given string lowercase.

  8. ucFirst :: Text -> Text

    haskell-gi Data.GI.CodeGen.Util

    Capitalize the first character of the given string.

  9. parseToFirstFrameHeader :: Get (Maybe JpgFrameHeader)

    JuicyPixels Codec.Picture.Jpg.Internal.Types

    Parses forward, returning the first scan header encountered. Should be used after skipUntilFrames. Fails parsing when an SOS segment marker (JpgStartOfScan, resulting in JpgScanBlob) is encountered before an SOF segment marker (that results in JpgScans carrying the JpgFrameHeader).

  10. contrafirst :: Bicontravariant p => (b -> a) -> p i a c -> p i b c

    optics-core Optics.Internal.Bi

    No documentation available.

Page 41 of many | Previous | Next