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.
seq :: forall (m :: Type -> Type) a r . Functor m => Pipe a a m rpipes Pipes.Prelude Evaluate all values flowing downstream to WHNF
sequence :: Monad m => Pipe (m a) a m rpipes Pipes.Prelude Convert a stream of actions to a stream of values
withRequest :: (Request -> DelayedIO a) -> DelayedIO aservant-server Servant.Server.Internal.DelayedIO Gain access to the incoming request.
-
regex-tdfa Text.Regex.TDFA.CorePattern No documentation available.
newtype
PatternSetEquivalenceClass regex-tdfa Text.Regex.TDFA.Pattern Content of [= =], e.g. "a" for [=a=].
PatternSetEquivalenceClass :: String -> PatternSetEquivalenceClassregex-tdfa Text.Regex.TDFA.Pattern No documentation available.
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.
-
cmdargs System.Console.CmdArgs.Explicit Required argument
-
cmdargs System.Console.CmdArgs.Explicit Is at least one of these arguments required, the command line will fail if none are set
flagReq :: [Name] -> Update a -> FlagHelp -> Help -> Flag acmdargs 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.