• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.43 (ghc-9.10.3)

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

  1. toByteString :: Int -> Maybe Int -> Buffer -> GHCJSPure ByteString

    jsaddle GHCJS.Buffer

    Wrap a Buffer into a ByteString using the given offset and length.

  2. type family ToParamSchemaByteStringError bs :: k

    swagger2 Data.Swagger.Internal.ParamSchema

    No documentation available.

  3. type family ToSchemaByteStringError bs :: k

    swagger2 Data.Swagger.Internal.Schema

    No documentation available.

  4. type LByteString = ByteString

    basic-prelude CorePrelude

    No documentation available.

  5. type LByteString = ByteString

    classy-prelude ClassyPrelude

    No documentation available.

  6. asByteString :: ByteString -> ByteString

    classy-prelude ClassyPrelude

    No documentation available.

  7. asLByteString :: LByteString -> LByteString

    classy-prelude ClassyPrelude

    No documentation available.

  8. shortByteStringBytes :: ShortByteString -> Unfoldl Word8

    deferred-folds DeferredFolds.Unfoldl

    Bytes of a short bytestring

  9. shortByteStringBytes :: forall (m :: Type -> Type) . Monad m => ShortByteString -> UnfoldlM m Word8

    deferred-folds DeferredFolds.UnfoldlM

    Bytes of a short bytestring

  10. shortByteStringBytes :: ShortByteString -> Unfoldr Word8

    deferred-folds DeferredFolds.Unfoldr

    Bytes of a short bytestring

Page 54 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete