Hoogle Search
Within LTS Haskell 24.10 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
genvalidity-hspec Test.Validity No documentation available.
-
genvalidity-hspec Test.Validity No documentation available.
-
genvalidity-hspec Test.Validity No documentation available.
-
genvalidity-hspec Test.Validity No documentation available.
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.
mapFirstA :: Applicative f => (a -> f c) -> [(a, b)] -> f [(c, b)]haskell-gi-base Data.GI.Base.Utils Applicative version of mapFirst.
-
haskell-gi Data.GI.CodeGen.Util Make the first character of the given string lowercase.
-
haskell-gi Data.GI.CodeGen.Util Capitalize the first character of the given string.
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).
contrafirst :: Bicontravariant p => (b -> a) -> p i a c -> p i b coptics-core Optics.Internal.Bi No documentation available.