Hoogle Search

Within LTS Haskell 24.18 (ghc-9.10.3)

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

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

  2. setState :: a -> Stateful a b -> Stateful a b

    monoid-subclasses Data.Monoid.Instances.Stateful

    No documentation available.

  3. setS :: Selector s a -> a -> s -> s

    hxt Data.Function.Selector

    No documentation available.

  4. setChildren :: Tree t => [t a] -> t a -> t a

    hxt Data.Tree.Class

    substitute children: setChildren cl = changeChildren (const cl)

  5. setNode :: Tree t => a -> t a -> t a

    hxt Data.Tree.Class

    substitute node: setNode n = changeNode (const n)

  6. setByteArray :: MBA s -> Int -> Int -> Int -> ST s ()

    os-string System.OsString.Data.ByteString.Short.Internal

    No documentation available.

  7. setDataInputStreamByteOrder :: (MonadIO m, IsDataInputStream o) => o -> DataStreamByteOrder -> m ()

    gi-gio GI.Gio.Objects.DataInputStream

    Set the value of the “byte-order” property. When overloading is enabled, this is equivalent to

    set dataInputStream [ #byteOrder := value ]
    

  8. setDataInputStreamNewlineType :: (MonadIO m, IsDataInputStream o) => o -> DataStreamNewlineType -> m ()

    gi-gio GI.Gio.Objects.DataInputStream

    Set the value of the “newline-type” property. When overloading is enabled, this is equivalent to

    set dataInputStream [ #newlineType := value ]
    

  9. setDataOutputStreamByteOrder :: (MonadIO m, IsDataOutputStream o) => o -> DataStreamByteOrder -> m ()

    gi-gio GI.Gio.Objects.DataOutputStream

    Set the value of the “byte-order” property. When overloading is enabled, this is equivalent to

    set dataOutputStream [ #byteOrder := value ]
    

  10. setCondition :: SetOpts -> Maybe Condition

    hedis Database.Redis

    No documentation available.

Page 37 of many | Previous | Next