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. flagReq :: [Name] -> Update a -> FlagHelp -> Help -> Flag a

    cmdargs System.Console.CmdArgs.Explicit

    Create a flag taking a required argument value, with a list of flag names, an update function, the type of the argument and some help text.

  2. ReqArg :: (String -> a) -> String -> ArgDescr a

    cmdargs System.Console.CmdArgs.GetOpt

    option requires argument

  3. antisymmetricOnElemsWithEquality :: (a -> a -> Bool) -> (a -> a -> Bool) -> a -> a -> Bool

    genvalidity-hspec Test.Validity

  4. antisymmetryOnGensWithEquality :: Show a => (a -> a -> Bool) -> Gen (a, a) -> (a -> a -> Bool) -> (a -> [a]) -> Property

    genvalidity-hspec Test.Validity

    No documentation available.

  5. leftIdentityOnElemWithEquality :: (b -> a -> a) -> (a -> a -> Bool) -> b -> a -> Bool

    genvalidity-hspec Test.Validity

  6. leftIdentityOnGenWithEquality :: Show a => (b -> a -> a) -> (a -> a -> Bool) -> b -> Gen a -> (a -> [a]) -> Property

    genvalidity-hspec Test.Validity

    No documentation available.

  7. rightIdentityOnElemWithEquality :: (a -> b -> a) -> (a -> a -> Bool) -> b -> a -> Bool

    genvalidity-hspec Test.Validity

  8. rightIdentityOnGenWithEquality :: Show a => (a -> b -> a) -> (a -> a -> Bool) -> b -> Gen a -> (a -> [a]) -> Property

    genvalidity-hspec Test.Validity

    No documentation available.

  9. type GEqualFunc a = FunPtr PtrWrapped a -> PtrWrapped a -> IO Int32

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

    A pointer to an equality checking function on the C side.

  10. type GEqualFunc a = FunPtr PtrWrapped a -> PtrWrapped a -> IO Int32

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

    A pointer to an equality checking function on the C side.

Page 242 of many | Previous | Next