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. dataInputStreamSetByteOrder :: (HasCallStack, MonadIO m, IsDataInputStream a) => a -> DataStreamByteOrder -> m ()

    gi-gio GI.Gio.Objects.DataInputStream

    This function sets the byte order for the given stream. All subsequent reads from the stream will be read in the given order.

  2. dataInputStreamSetNewlineType :: (HasCallStack, MonadIO m, IsDataInputStream a) => a -> DataStreamNewlineType -> m ()

    gi-gio GI.Gio.Objects.DataInputStream

    Sets the newline type for the stream. Note that using G_DATA_STREAM_NEWLINE_TYPE_ANY is slightly unsafe. If a read chunk ends in "CR" we must read an additional byte to know if this is "CR" or "CR LF", and this might block if there is no more data available.

  3. dataOutputStreamSetByteOrder :: (HasCallStack, MonadIO m, IsDataOutputStream a) => a -> DataStreamByteOrder -> m ()

    gi-gio GI.Gio.Objects.DataOutputStream

    Sets the byte order of the data output stream to order.

  4. ZSet :: RedisType

    hedis Database.Redis

    No documentation available.

  5. clientSetname :: RedisCtx m f => ByteString -> m (f ByteString)

    hedis Database.Redis

    No documentation available.

  6. clusterSetSlotImporting :: RedisCtx m f => Integer -> ByteString -> m (f Status)

    hedis Database.Redis

    No documentation available.

  7. clusterSetSlotMigrating :: RedisCtx m f => Integer -> ByteString -> m (f Status)

    hedis Database.Redis

    No documentation available.

  8. clusterSetSlotNode :: RedisCtx m f => Integer -> ByteString -> m (f Status)

    hedis Database.Redis

    No documentation available.

  9. clusterSetSlotStable :: RedisCtx m f => Integer -> m (f Status)

    hedis Database.Redis

    No documentation available.

  10. configResetstat :: RedisCtx m f => m (f Status)

    hedis Database.Redis

    No documentation available.

Page 100 of many | Previous | Next