Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
extrapolate Test.Extrapolate.Core Takes as argument tiers of element values; returns tiers of size-ordered lists of elements without repetition.
setsOf [[0],[1],[2],...] = [ [[]] , [[0]] , [[1]] , [[0,1],[2]] , [[0,2],[3]] , [[0,3],[1,2],[4]] , [[0,1,2],[0,4],[1,3],[5]] , ... ]
Can be used in the constructor of specialized Listable instances. For Set (from Data.Set), we would have:instance Listable a => Listable (Set a) where tiers = mapT fromList $ setsOf tiers
setNumStripes :: Maybe Int -> PoolConfig a -> PoolConfig afaktory Data.Pool.Compat Set the number of stripes in the pool. If set to Nothing (the default value), the pool will create the amount of stripes equal to the number of capabilities. This ensures that threads never compete over access to the same stripe and results in a very good performance in a multi-threaded environment.
settingsConnection :: Settings -> ConnectionInfofaktory Faktory.Settings No documentation available.
settingsDefaultJobOptions :: Settings -> JobOptionsfaktory Faktory.Settings No documentation available.
settingsId :: WorkerSettings -> Maybe WorkerIdfaktory Faktory.Settings No documentation available.
settingsIdleDelay :: WorkerSettings -> Intfaktory Faktory.Settings No documentation available.
settingsLogDebug :: Settings -> String -> IO ()faktory Faktory.Settings No documentation available.
settingsLogError :: Settings -> String -> IO ()faktory Faktory.Settings No documentation available.
settingsOnFailed :: WorkerSettings -> SomeException -> IO ()faktory Faktory.Settings No documentation available.
settingsQueue :: WorkerSettings -> Queuefaktory Faktory.Settings No documentation available.