Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. IdToken :: Text -> IdToken

    hoauth2 Network.OAuth.OAuth2

    No documentation available.

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

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

    hoauth2 Network.OAuth2.Experiment

    No documentation available.

  4. data IdpApplication (i :: k) a

    hoauth2 Network.OAuth2.Experiment

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

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

    hoauth2 Network.OAuth2.Experiment

    No documentation available.

  6. data Idp (i :: k)

    hoauth2 Network.OAuth2.Experiment.Types

    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.

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

    hoauth2 Network.OAuth2.Experiment.Types

    No documentation available.

  8. data IdpApplication (i :: k) a

    hoauth2 Network.OAuth2.Experiment.Types

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

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

    hoauth2 Network.OAuth2.Experiment.Types

    No documentation available.

  10. data ID3v2Encoding

    htaglib Sound.HTagLib

    Encoding for ID3v2 frames that are written to tags.

Page 203 of many | Previous | Next