Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

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

  1. DecodedBinList :: Direction -> Exponent -> Decoded a -> DecodedBinList a

    binary-list Data.BinaryList.Serialize

    No documentation available.

  2. data EncodedBinList

    binary-list Data.BinaryList.Serialize

    A binary list encoded, ready to be written in a file or be sent over a network. It can be directly translated to a ByteString using encodedToByteString, or restored using encodedFromByteString.

  3. EncodedBinList :: Direction -> Exponent -> ByteString -> EncodedBinList

    binary-list Data.BinaryList.Serialize

    No documentation available.

  4. decodeBinList :: Get a -> EncodedBinList -> DecodedBinList a

    binary-list Data.BinaryList.Serialize

    Decode an encoded binary list. The result is given as a DecodedBinList value, which can then be queried to get partial results.

  5. decodedToList :: Decoded a -> [BinList a]

    binary-list Data.BinaryList.Serialize

    Extract the list of binary lists from a Decoded value.

  6. encodeBinList :: (a -> Put) -> Direction -> BinList a -> EncodedBinList

    binary-list Data.BinaryList.Serialize

    Encode a binary list, using a custom serialization for its elements and an user-supplied direction.

  7. toList :: AsEnumSet a => EnumSet a -> [a]

    bitwise-enum Data.Enum.Set

    O(n). Convert the set to a list of values.

  8. toList :: (FiniteBits w, Num w, Enum a) => EnumSet w a -> [a]

    bitwise-enum Data.Enum.Set.Base

    O(n). Convert the set to a list of values.

  9. IndexList :: NonEmpty IndexName -> IndexSelection

    bloodhound Database.Bloodhound.Client.Cluster

    No documentation available.

  10. NodeList :: NonEmpty NodeSelector -> NodeSelection

    bloodhound Database.Bloodhound.Client.Cluster

    No documentation available.

Page 186 of many | Previous | Next