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.

  1. setColumns :: [Column] -> Weigh ()

    weigh Weigh

    Set the columns to display in the config

  2. setConfig :: Config -> Weigh ()

    weigh Weigh

    Set the config. Default is: defaultConfig.

  3. setFormat :: Format -> Weigh ()

    weigh Weigh

    Set the output format in the config

  4. setFromList :: IsSet set => [Element set] -> set

    mono-traversable Data.Containers

    Convert a list to a set.

  5. setToList :: IsSet set => set -> [Element set]

    mono-traversable Data.Containers

    Convert a set to a list.

  6. setNumStripes :: Maybe Int -> PoolConfig a -> PoolConfig a

    resource-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.

  7. setNumStripes :: Maybe Int -> PoolConfig a -> PoolConfig a

    resource-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.

  8. setNumStripes :: Maybe Int -> PoolConfig a -> PoolConfig a

    resource-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.

  9. setHostEntry :: Bool -> IO ()

    network-bsd Network.BSD

    sethostent(3).

  10. 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).

Page 255 of many | Previous | Next