Hoogle Search

Within LTS Haskell 22.21 (ghc-9.6.5)

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

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

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

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

  4. getState :: Monad m => ParsecT s u m u

    parsec Text.Parsec

    Returns the current user state.

  5. getState :: Monad m => ParsecT s u m u

    parsec Text.Parsec.Prim

    Returns the current user state.

  6. getState :: Monad m => ParsecT s u m u

    parsec Text.ParserCombinators.Parsec.Prim

    Returns the current user state.

  7. getState :: FCode CgState

    ghc GHC.StgToCmm.Monad

    No documentation available.

  8. getState :: ArrowState s a => a b s

    hxt Control.Arrow.ArrowState

    read the complete state, ignore arrow input definition: getState = accessState (\ s x -> s)

  9. getState :: forall (m :: Type -> Type) s u . Monad m => ParsecT s u m u

    pandoc Text.Pandoc.Parsing

    Returns the current user state.

  10. getState :: WaiSession st st

    hspec-wai Test.Hspec.Wai

    No documentation available.

Page 1 of many | Next