Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. seq :: forall (m :: Type -> Type) a r . Functor m => Pipe a a m r

    pipes Pipes.Prelude

    Evaluate all values flowing downstream to WHNF

  2. sequence :: Monad m => Pipe (m a) a m r

    pipes Pipes.Prelude

    Convert a stream of actions to a stream of values

  3. FlagReq :: FlagInfo

    cmdargs System.Console.CmdArgs.Explicit

    Required argument

  4. argRequire :: Arg a -> Bool

    cmdargs System.Console.CmdArgs.Explicit

    Is at least one of these arguments required, the command line will fail if none are set

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

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

    cmdargs System.Console.CmdArgs.GetOpt

    option requires argument

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

    genvalidity-hspec Test.Validity

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

    genvalidity-hspec Test.Validity

    No documentation available.

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

    genvalidity-hspec Test.Validity

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

    genvalidity-hspec Test.Validity

    No documentation available.

Page 241 of many | Previous | Next