Hoogle Search

Within LTS Haskell 24.37 (ghc-9.10.3)

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

  1. module Data.Double.Conversion.ByteString

    This module left now only for compatibility and should not be used in new projects. Please, use Convertable type class from Data.Double.Conversion.Convertable It is espesially recommended to convert a large amount of numbers via bytestring builder using methods of Convertable type class. It is about 10-15x faster. Fast, efficient support for converting between double precision floating point values and text. Although about 15 times faster than plain show, these functions are slower than their Text counterparts, at roughly half the speed. (This seems to be due to the cost of allocating ByteString values via malloc.)

  2. data ByteString

    basic-prelude CorePrelude

    A space-efficient representation of a Word8 vector, supporting many efficient operations. A ByteString contains 8-bit bytes, or by using the operations from Data.ByteString.Char8 it can be interpreted as containing 8-bit characters.

  3. data ByteString

    classy-prelude ClassyPrelude

    A space-efficient representation of a Word8 vector, supporting many efficient operations. A ByteString contains 8-bit bytes, or by using the operations from Data.ByteString.Char8 it can be interpreted as containing 8-bit characters.

  4. module ELynx.Tools.ByteString

    Creation date: Thu Feb 14 13:24:53 2019. indispensable tools for ByteString handling :).

  5. data ByteString

    persistent-test Init

    A space-efficient representation of a Word8 vector, supporting many efficient operations. A ByteString contains 8-bit bytes, or by using the operations from Data.ByteString.Char8 it can be interpreted as containing 8-bit characters.

  6. module Text.Parse.ByteString

    No documentation available.

  7. module Text.ParserCombinators.Poly.ByteString

    No documentation available.

  8. data ByteString

    network-byte-order Network.ByteOrder

    A space-efficient representation of a Word8 vector, supporting many efficient operations. A ByteString contains 8-bit bytes, or by using the operations from Data.ByteString.Char8 it can be interpreted as containing 8-bit characters.

  9. module Rebase.Data.ByteString

    No documentation available.

  10. data ByteString

    rebase Rebase.Prelude

    A space-efficient representation of a Word8 vector, supporting many efficient operations. A ByteString contains 8-bit bytes, or by using the operations from Data.ByteString.Char8 it can be interpreted as containing 8-bit characters.

Page 6 of many | Previous | Next