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.
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.
ifPrerequisites :: Interface -> [Name]haskell-gi Data.GI.CodeGen.API No documentation available.
girRequire :: Text -> Text -> IO Typelibhaskell-gi Data.GI.CodeGen.LibGIRepository Ensure that the given version of the namespace is loaded. If that is not possible we error out.
ifPrerequisites :: Interface -> [Name]haskell-gi Data.GI.GIR.Interface No documentation available.
resolveQualifiedTypeName :: Name -> Parser Typehaskell-gi Data.GI.GIR.Parser Check whether there is an alias for the given name, and return the corresponding type in case it exists, and otherwise a TInterface.
substitutiveEqLaws :: (Eq a, Arbitrary a, CoArbitrary a, Function a, Show a) => Proxy a -> Lawsquickcheck-classes Test.QuickCheck.Classes Tests the following properties:
Note: This does not test eqLaws. If you want to use this, You should use it in addition to eqLaws.ApprootRequest :: master -> Request -> Text -> Approot masteryesod-core Yesod.Core No documentation available.
AuthenticationRequired :: AuthResultyesod-core Yesod.Core No documentation available.
isWriteRequest :: Yesod site => Route site -> HandlerFor site Boolyesod-core Yesod.Core Determines whether the current request is a write request. By default, this assumes you are following RESTful principles, and determines this from request method. In particular, all except the following request methods are considered write: GET HEAD OPTIONS TRACE. This function is used to determine if a request is authorized; see isAuthorized.
setEqDerived :: Bool -> RouteOpts -> RouteOptsyesod-core Yesod.Core.Dispatch No documentation available.