Hoogle Search

Within Stackage Nightly 2025-09-26 (ghc-9.12.2)

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

  1. setex :: RedisCtx m f => ByteString -> Integer -> ByteString -> m (f Status)

    hedis Database.Redis.Sentinel

    No documentation available.

  2. setnx :: RedisCtx m f => ByteString -> ByteString -> m (f Bool)

    hedis Database.Redis.Sentinel

    No documentation available.

  3. setrange :: RedisCtx m f => ByteString -> Integer -> ByteString -> m (f Integer)

    hedis Database.Redis.Sentinel

    No documentation available.

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

    hxt Data.Function.Selector

    No documentation available.

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

    hxt Data.Tree.Class

    substitute children: setChildren cl = changeChildren (const cl)

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

    hxt Data.Tree.Class

    substitute node: setNode n = changeNode (const n)

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

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

    No documentation available.

  8. 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 ]
    

  9. 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 ]
    

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

Page 40 of many | Previous | Next