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

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

    hoauth2 Network.OAuth2.Experiment.Types

    No documentation available.

  3. data IdpApplication (i :: k) a

    hoauth2 Network.OAuth2.Experiment.Types

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

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

    hoauth2 Network.OAuth2.Experiment.Types

    No documentation available.

  5. data ID3v2Encoding

    htaglib Sound.HTagLib

    Encoding for ID3v2 frames that are written to tags.

  6. ID3v2Latin1 :: ID3v2Encoding

    htaglib Sound.HTagLib

    Latin1

  7. ID3v2UTF16 :: ID3v2Encoding

    htaglib Sound.HTagLib

    UTF-16

  8. ID3v2UTF16BE :: ID3v2Encoding

    htaglib Sound.HTagLib

    UTF-16 big endian

  9. ID3v2UTF8 :: ID3v2Encoding

    htaglib Sound.HTagLib

    UTF-8

  10. Identifier :: String -> CompletionType

    ihaskell IHaskell.Eval.Completion

    No documentation available.

Page 203 of many | Previous | Next