Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. optionContextGetSummary :: (HasCallStack, MonadIO m) => OptionContext -> m Text

    gi-glib GI.GLib.Structs.OptionContext

    Returns the summary. See optionContextSetSummary. Since: 2.12

  2. optionContextSetSummary :: (HasCallStack, MonadIO m) => OptionContext -> Maybe Text -> m ()

    gi-glib GI.GLib.Structs.OptionContext

    Adds a string to be displayed in --help output before the list of options. This is typically a summary of the program functionality. Note that the summary is translated (see optionContextSetTranslateFunc and optionContextSetTranslationDomain). Since: 2.12

  3. clientWantSessionResume :: ClientParams -> Maybe (SessionID, SessionData)

    tls Network.TLS

    try to establish a connection using this session for TLS 1.2/TLS 1.3. This can be used for TLS 1.3 but for backward compatibility purpose only. Use clientWantSessionResume13 instead for TLS 1.3. Default: Nothing

  4. clientWantSessionResumeList :: ClientParams -> [(SessionID, SessionData)]

    tls Network.TLS

    try to establish a connection using one of this sessions especially for TLS 1.3. This take precedence over clientWantSessionResume. For convenience, this can be specified for TLS 1.2 but only the first entry is used. Default: '[]'

  5. infoTLS12Resumption :: Information -> Bool

    tls Network.TLS

    No documentation available.

  6. sessionResume :: SessionManager -> SessionIDorTicket -> IO (Maybe SessionData)

    tls Network.TLS

    Used on TLS 1.2/1.3 servers to lookup SessionData with SessionID or to decrypt Ticket to get SessionData.

  7. sessionResumeOnlyOnce :: SessionManager -> SessionIDorTicket -> IO (Maybe SessionData)

    tls Network.TLS

    Used for 0RTT on TLS 1.3 servers to lookup SessionData with SessionID or to decrypt Ticket to get SessionData.

  8. UnboxedSums :: KnownExtension

    haskell-src-exts Language.Haskell.Exts.Extension

    No documentation available.

  9. PUnboxedSum :: l -> Int -> Int -> Pat l -> Pat l

    haskell-src-exts Language.Haskell.Exts.Syntax

    unboxed sum

  10. TyUnboxedSum :: l -> [Type l] -> Type l

    haskell-src-exts Language.Haskell.Exts.Syntax

    unboxed tuple type

Page 104 of many | Previous | Next