Hoogle Search

Within LTS Haskell 24.2 (ghc-9.10.2)

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

  1. share :: forall a (f :: Type -> Type) . (Typeable a, Typeable f) => Shareable f a -> Shared f a

    size-based Control.Enumerable

    Share/memoize a class member of type f a.

  2. share :: [[a] -> Q [Dec]] -> [a] -> Q [Dec]

    classy-prelude-yesod ClassyPrelude.Yesod

    Apply the given list of functions to the same EntityDefs. This function is useful for cases such as:

    share [mkEntityDefList "myDefs", mkPersist sqlSettings] [persistLowerCase|
    -- ...
    |]
    
    If you only have a single function, though, you don't need this. The following is redundant:
    share [mkPersist sqlSettings] [persistLowerCase|
    -- ...
    |]
    
    Most functions require a full [EntityDef], which can be provided using $(discoverEntities) for all entites in scope, or defining mkEntityDefList to define a list of entities from the given block.

  3. module Gogol.Books.Familysharing.Share

    Initiates sharing of the content with the user's family. Empty response indicates success. See: Books API Reference for books.familysharing.share.

  4. sharedCAF :: a -> (Ptr a -> IO (Ptr a)) -> IO a

    base GHC.Conc.Sync

    No documentation available.

  5. shareFailureHandler :: MatchResult CoreExpr -> MatchResult CoreExpr

    ghc GHC.HsToCore.Utils

    No documentation available.

  6. sharedGlobal :: a -> (Ptr (IORef a) -> IO (Ptr (IORef a))) -> IORef a

    ghc GHC.Utils.GlobalVars

    No documentation available.

  7. sharedGlobalM :: IO a -> (Ptr (IORef a) -> IO (Ptr (IORef a))) -> IORef a

    ghc GHC.Utils.GlobalVars

    No documentation available.

  8. sharedCAStore :: Shared -> CertificateStore

    tls Network.TLS

    A collection of trust anchors to be used by a client as part of validation of server certificates. This is set as first argument to function onServerCertificate. Package crypton-x509-system gives access to a default certificate store configured in the system. Default: mempty

  9. sharedCredentials :: Shared -> Credentials

    tls Network.TLS

    The list of certificates and private keys that a server will use as part of authentication to clients. Actual credentials that are used are selected dynamically from this list based on client capabilities. Additional credentials returned by onServerNameIndication are also considered. When credential list is left empty (the default value), no key exchange can take place. Default: mempty

  10. sharedHelloExtensions :: Shared -> [ExtensionRaw]

    tls Network.TLS

    Additional extensions to be sent during the Hello sequence. For a client this is always included in message ClientHello. For a server, this is sent in messages ServerHello or EncryptedExtensions based on the TLS version. Default: []

Page 2 of many | Previous | Next