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. gStrEqual :: GEqualFunc CString

    haskell-gi-base Data.GI.Base.GHashTable

    Check whether two CStrings are equal.

  2. parseQuality :: Accept a => ByteString -> Maybe [Quality a]

    http-media Network.HTTP.Media

    Parses a full Accept header into a list of quality-valued media types.

  3. ifPrerequisites :: Interface -> [Name]

    haskell-gi Data.GI.CodeGen.API

    No documentation available.

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

  5. ifPrerequisites :: Interface -> [Name]

    haskell-gi Data.GI.GIR.Interface

    No documentation available.

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

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

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

    yesod-core Yesod.Core

    No documentation available.

  9. AuthenticationRequired :: AuthResult

    yesod-core Yesod.Core

    No documentation available.

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

Page 243 of many | Previous | Next