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

    haddock-library Documentation.Haddock.Parser

    Identifier string surrounded with namespace, opening, and closing quotes/backticks.

  2. data IdentityTests

    haskoin-core Haskoin.Util.Arbitrary.Util

    No documentation available.

  3. IdentityTests :: [ReadBox] -> [JsonBox] -> [MarshalJsonBox] -> [SerialBox] -> [MarshalBox] -> IdentityTests

    haskoin-core Haskoin.Util.Arbitrary.Util

    No documentation available.

  4. IdlenessConnectionTerminationReason :: ConnectionTerminationReason

    hasql-pool Hasql.Pool.Observation

    The timeout of how long a connection may remain idle in the pool has passed.

  5. newtype IdToken

    hoauth2 Network.OAuth.OAuth2

    No documentation available.

  6. IdToken :: Text -> IdToken

    hoauth2 Network.OAuth.OAuth2

    No documentation available.

  7. data Idp (i :: k)

    hoauth2 Network.OAuth2.Experiment

    Idp i consists various endpoints endpoints. The i is actually phantom type for information only (Idp name) at this moment. And it is PolyKinds. Hence whenever Idp i or IdpApplication i a is used as function parameter, PolyKinds need to be enabled.

  8. Idp :: URI -> URI -> URI -> Maybe URI -> Idp (i :: k)

    hoauth2 Network.OAuth2.Experiment

    No documentation available.

  9. data IdpApplication (i :: k) a

    hoauth2 Network.OAuth2.Experiment

    An OAuth2 Application "a" of IdP "i". "a" can be one of following type:

  10. IdpApplication :: Idp i -> a -> IdpApplication (i :: k) a

    hoauth2 Network.OAuth2.Experiment

    No documentation available.

Page 202 of many | Previous | Next