Hoogle Search

Within LTS Haskell 24.10 (ghc-9.10.2)

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

  1. decodeUtf8D :: forall (m :: Type -> Type) . Monad m => Stream m Word8 -> Stream m Char

    streamly-core Streamly.Internal.Unicode.Stream

    No documentation available.

  2. decodeUtf8D' :: forall (m :: Type -> Type) . Monad m => Stream m Word8 -> Stream m Char

    streamly-core Streamly.Internal.Unicode.Stream

    No documentation available.

  3. decodeUtf8D_ :: forall (m :: Type -> Type) . Monad m => Stream m Word8 -> Stream m Char

    streamly-core Streamly.Internal.Unicode.Stream

    No documentation available.

  4. decodeUtf8Either :: forall (m :: Type -> Type) . Monad m => Stream m Word8 -> Stream m (Either DecodeError Char)

    streamly-core Streamly.Internal.Unicode.Stream

    Pre-release

  5. decodeUtf8EitherD :: forall (m :: Type -> Type) . Monad m => Stream m Word8 -> Stream m (Either DecodeError Char)

    streamly-core Streamly.Internal.Unicode.Stream

    No documentation available.

  6. decodeUtf8Lax :: forall (m :: Type -> Type) . Monad m => Stream m Word8 -> Stream m Char

    streamly-core Streamly.Internal.Unicode.Stream

    Deprecated: Please use decodeUtf8 instead

  7. decodeUtf8_ :: forall (m :: Type -> Type) . Monad m => Stream m Word8 -> Stream m Char

    streamly-core Streamly.Internal.Unicode.Stream

    Decode a UTF-8 encoded bytestream to a stream of Unicode characters. Any invalid codepoint encountered is dropped.

  8. decodeUtf8' :: forall (m :: Type -> Type) . Monad m => Stream m Word8 -> Stream m Char

    streamly-core Streamly.Unicode.Stream

    Decode a UTF-8 encoded bytestream to a stream of Unicode characters. The function throws an error if an invalid codepoint is encountered.

  9. decodeUtf8Chunks :: forall (m :: Type -> Type) . MonadIO m => Stream m (Array Word8) -> Stream m Char

    streamly-core Streamly.Unicode.Stream

    Like decodeUtf8 but for a chunked stream. It may be slightly faster than flattening the stream and then decoding with decodeUtf8.

  10. decodeUtf8BytesIso8601 :: Bytes -> Maybe OffsetDatetime

    chronos Chronos

    No documentation available.

Page 8 of many | Previous | Next