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

  2. ifPrerequisites :: Interface -> [Name]

    haskell-gi Data.GI.CodeGen.API

    No documentation available.

  3. girRequire :: Text -> Text -> IO Typelib

    haskell-gi Data.GI.CodeGen.LibGIRepository

    Ensure that the given version of the namespace is loaded. If that is not possible we error out.

  4. ifPrerequisites :: Interface -> [Name]

    haskell-gi Data.GI.GIR.Interface

    No documentation available.

  5. resolveQualifiedTypeName :: Name -> Parser Type

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

  6. substitutiveEqLaws :: (Eq a, Arbitrary a, CoArbitrary a, Function a, Show a) => Proxy a -> Laws

    quickcheck-classes Test.QuickCheck.Classes

    Tests the following properties:

    • Substitutive x == y ⇒ f x == f y
    Note: This does not test eqLaws. If you want to use this, You should use it in addition to eqLaws.

  7. ApprootRequest :: master -> Request -> Text -> Approot master

    yesod-core Yesod.Core

    No documentation available.

  8. AuthenticationRequired :: AuthResult

    yesod-core Yesod.Core

    No documentation available.

  9. isWriteRequest :: Yesod site => Route site -> HandlerFor site Bool

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

  10. setEqDerived :: Bool -> RouteOpts -> RouteOpts

    yesod-core Yesod.Core.Dispatch

    No documentation available.

Page 243 of many | Previous | Next