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.
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
-
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
sharedSecretCheck :: Set ByteString -> CommChannel -> IO Boolacid-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
sharedSecretPerform :: ByteString -> CommChannel -> IO ()acid-state Data.Acid.Remote attempt to authenticate with the server using a shared secret.
shareCleanup :: IORef OptionMap -> IO OptionMapcurl Network.Curl.Types No documentation available.
sharedSelectNoParens :: Maybe WithClause -> HeadedParsec Void Text SelectNoParenspostgresql-syntax PostgresqlSyntax.Parsing No documentation available.
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.
sharedDependent :: MVar (SInteger, SInteger) -> Symbolic ()sbv Documentation.SBV.Examples.Queries.Concurrency Example computation.
shared :: forall (f :: Type -> Type) a . (Sized f, Enumerable a, Typeable f) => Shareable f atesting-feat Test.Feat.Class No documentation available.
-
web-rep Web.Rep.Socket Stream a SharedRep