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. Request :: a' -> (a -> Proxy a' a b' b m r) -> Proxy a' a b' b (m :: Type -> Type) r

    pipes Pipes.Internal

    No documentation available.

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

    pipes Pipes.Prelude

    Evaluate all values flowing downstream to WHNF

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

    pipes Pipes.Prelude

    Convert a stream of actions to a stream of values

  4. withRequest :: (Request -> DelayedIO a) -> DelayedIO a

    servant-server Servant.Server.Internal.DelayedIO

    Gain access to the incoming request.

  5. Seq :: Q -> Q -> P

    regex-tdfa Text.Regex.TDFA.CorePattern

    No documentation available.

  6. newtype PatternSetEquivalenceClass

    regex-tdfa Text.Regex.TDFA.Pattern

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

  7. PatternSetEquivalenceClass :: String -> PatternSetEquivalenceClass

    regex-tdfa Text.Regex.TDFA.Pattern

    No documentation available.

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

  9. FlagReq :: FlagInfo

    cmdargs System.Console.CmdArgs.Explicit

    Required argument

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

Page 241 of many | Previous | Next