Hoogle Search

Within LTS Haskell 24.50 (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. withRequest :: (Request -> DelayedIO a) -> DelayedIO a

    servant-server Servant.Server.Internal.DelayedIO

    Gain access to the incoming request.

  4. Seq :: Q -> Q -> P

    regex-tdfa Text.Regex.TDFA.CorePattern

    No documentation available.

  5. newtype PatternSetEquivalenceClass

    regex-tdfa Text.Regex.TDFA.Pattern

    Content of [= =], e.g. "a" for [=a=].

  6. PatternSetEquivalenceClass :: String -> PatternSetEquivalenceClass

    regex-tdfa Text.Regex.TDFA.Pattern

    No documentation available.

  7. module Text.Regex.TDFA.Sequence

    This modules provides RegexMaker and RegexLike instances for using ByteString with the DFA backend (Text.Regex.Lib.WrapDFAEngine and Text.Regex.Lazy.DFAEngineFPS). This module is usually used via import Text.Regex.TDFA. This exports instances of the high level API and the medium level API of compile,execute, and regexec.

  8. FlagReq :: FlagInfo

    cmdargs System.Console.CmdArgs.Explicit

    Required argument

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

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

Page 241 of many | Previous | Next