Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setColumns :: [Column] -> Weigh ()weigh Weigh Set the columns to display in the config
setConfig :: Config -> Weigh ()weigh Weigh Set the config. Default is: defaultConfig.
setFormat :: Format -> Weigh ()weigh Weigh Set the output format in the config
setFromList :: IsSet set => [Element set] -> setmono-traversable Data.Containers Convert a list to a set.
setToList :: IsSet set => set -> [Element set]mono-traversable Data.Containers Convert a set to a list.
setNumStripes :: Maybe Int -> PoolConfig a -> PoolConfig aresource-pool Data.Pool 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.
setNumStripes :: Maybe Int -> PoolConfig a -> PoolConfig aresource-pool Data.Pool.Internal 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.
setNumStripes :: Maybe Int -> PoolConfig a -> PoolConfig aresource-pool Data.Pool.Introspection 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.
-
network-bsd Network.BSD sethostent(3).
setNetworkEntry :: Bool -> IO ()network-bsd Network.BSD Open the network name database. The parameter specifies whether a connection is maintained open between various networkEntry calls setnetent(3).