Hoogle Search

Within LTS Haskell 24.3 (ghc-9.10.2)

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

  1. getState :: (MonadDOM m, FromJSString result) => WritableStream -> m result

    jsaddle-dom JSDOM.Generated.WritableStream

    Mozilla WritableStream.state documentation

  2. module Gogol.AndroidEnterprise.Devices.GetState

    Retrieves whether a device's access to Google services is enabled or disabled. The device state takes effect only if enforcing EMM policies on Android devices is enabled in the Google Admin Console. Otherwise, the device state is ignored and all devices are allowed access to Google services. This is only supported for Google-managed users. See: Google Play EMM API Reference for androidenterprise.devices.getState.

  3. getState# :: BufferCodec from to state -> IO state

    base GHC.IO.Encoding

    Return the current state of the codec. Many codecs are not stateful, and in these case the state can be represented as (). Other codecs maintain a state. For example, UTF-16 recognises a BOM (byte-order-mark) character at the beginning of the input, and remembers thereafter whether to use big-endian or little-endian mode. In this case, the state of the codec would include two pieces of information: whether we are at the beginning of the stream (the BOM only occurs at the beginning), and if not, whether to use the big or little-endian encoding.

  4. getState# :: BufferCodec from to state -> IO state

    base GHC.IO.Encoding.Types

    Return the current state of the codec. Many codecs are not stateful, and in these case the state can be represented as (). Other codecs maintain a state. For example, UTF-16 recognises a BOM (byte-order-mark) character at the beginning of the input, and remembers thereafter whether to use big-endian or little-endian mode. In this case, the state of the codec would include two pieces of information: whether we are at the beginning of the stream (the BOM only occurs at the beginning), and if not, whether to use the big or little-endian encoding.

  5. getState# :: BufferCodec from to state -> IO state

    base GHC.IO.Handle.Types

    Return the current state of the codec. Many codecs are not stateful, and in these case the state can be represented as (). Other codecs maintain a state. For example, UTF-16 recognises a BOM (byte-order-mark) character at the beginning of the input, and remembers thereafter whether to use big-endian or little-endian mode. In this case, the state of the codec would include two pieces of information: whether we are at the beginning of the stream (the BOM only occurs at the beginning), and if not, whether to use the big or little-endian encoding.

  6. getStateT :: StateT (g :: Type -> Type) (m :: Type -> Type) a -> g (m (a, Rep g))

    adjunctions Control.Monad.Representable.State

    No documentation available.

  7. getState# :: BufferCodec from to state -> IO state

    ghc-internal GHC.Internal.IO.Encoding

    Return the current state of the codec. Many codecs are not stateful, and in these case the state can be represented as (). Other codecs maintain a state. For example, UTF-16 recognises a BOM (byte-order-mark) character at the beginning of the input, and remembers thereafter whether to use big-endian or little-endian mode. In this case, the state of the codec would include two pieces of information: whether we are at the beginning of the stream (the BOM only occurs at the beginning), and if not, whether to use the big or little-endian encoding.

  8. getState# :: BufferCodec from to state -> IO state

    ghc-internal GHC.Internal.IO.Encoding.Types

    Return the current state of the codec. Many codecs are not stateful, and in these case the state can be represented as (). Other codecs maintain a state. For example, UTF-16 recognises a BOM (byte-order-mark) character at the beginning of the input, and remembers thereafter whether to use big-endian or little-endian mode. In this case, the state of the codec would include two pieces of information: whether we are at the beginning of the stream (the BOM only occurs at the beginning), and if not, whether to use the big or little-endian encoding.

  9. getState# :: BufferCodec from to state -> IO state

    ghc-internal GHC.Internal.IO.Handle.Types

    Return the current state of the codec. Many codecs are not stateful, and in these case the state can be represented as (). Other codecs maintain a state. For example, UTF-16 recognises a BOM (byte-order-mark) character at the beginning of the input, and remembers thereafter whether to use big-endian or little-endian mode. In this case, the state of the codec would include two pieces of information: whether we are at the beginning of the stream (the BOM only occurs at the beginning), and if not, whether to use the big or little-endian encoding.

  10. getStatementDatabase :: Statement -> IO Database

    direct-sqlite Database.SQLite3.Direct

    https://www.sqlite.org/c3ref/db_handle.html

Page 3 of many | Previous | Next