Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. sharedStrings :: forall (m :: Type -> Type) b . Monad m => ConduitT Row b m (Map Text Int)

    xlsx Codec.Xlsx.Writer.Stream

    Process sheetItems into shared strings structure to be put into writeXlsxWithSharedStrings

  2. sharedStringsStream :: forall (m :: Type -> Type) . Monad m => ConduitT Row (Text, Int) m (Map Text Int)

    xlsx Codec.Xlsx.Writer.Stream

    creates a unique number for every encountered string in the stream This is used for creating a required structure in the xlsx format called shared strings. Every string get's transformed into a number exposed to allow further processing, we also know the map after processing but I don't think conduit provides a way of getting that out. use sharedStrings to just get the map

  3. sharedSecretCheck :: Set ByteString -> CommChannel -> IO Bool

    acid-state Data.Acid.Remote

    check that the client knows a shared secret. The function takes a Set of shared secrets. If a client knows any of them, it is considered to be trusted. The shared secret is any ByteString of your choice. If you give each client a different shared secret then you can revoke access individually. see also: sharedSecretPerform

  4. sharedSecretPerform :: ByteString -> CommChannel -> IO ()

    acid-state Data.Acid.Remote

    attempt to authenticate with the server using a shared secret.

  5. shareCleanup :: IORef OptionMap -> IO OptionMap

    curl Network.Curl.Types

    No documentation available.

  6. sharedSelectNoParens :: Maybe WithClause -> HeadedParsec Void Text SelectNoParens

    postgresql-syntax PostgresqlSyntax.Parsing

    No documentation available.

  7. shared :: MVar (SInteger, SInteger) -> Symbolic ()

    sbv Documentation.SBV.Examples.Queries.Concurrency

    Find all solutions to x + y .== 10 for positive x and y, but at each iteration we would like to ensure that the value of x we get is at least twice as large as the previous one. This is rather silly, but demonstrates how we can dynamically query the result and put in new constraints based on those.

  8. sharedDependent :: MVar (SInteger, SInteger) -> Symbolic ()

    sbv Documentation.SBV.Examples.Queries.Concurrency

    Example computation.

  9. shared :: forall (f :: Type -> Type) a . (Sized f, Enumerable a, Typeable f) => Shareable f a

    testing-feat Test.Feat.Class

    No documentation available.

  10. sharedStream :: Monad m => SharedRep m a -> Committer m Markup -> Committer m (Either ByteString a) -> Emitter m (ByteString, ByteString) -> m ()

    web-rep Web.Rep.Socket

    Stream a SharedRep

Page 4 of many | Previous | Next