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.
DecodedBinList :: Direction -> Exponent -> Decoded a -> DecodedBinList abinary-list Data.BinaryList.Serialize No documentation available.
-
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.
EncodedBinList :: Direction -> Exponent -> ByteString -> EncodedBinListbinary-list Data.BinaryList.Serialize No documentation available.
decodeBinList :: Get a -> EncodedBinList -> DecodedBinList abinary-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.
decodedToList :: Decoded a -> [BinList a]binary-list Data.BinaryList.Serialize Extract the list of binary lists from a Decoded value.
encodeBinList :: (a -> Put) -> Direction -> BinList a -> EncodedBinListbinary-list Data.BinaryList.Serialize Encode a binary list, using a custom serialization for its elements and an user-supplied direction.
toList :: AsEnumSet a => EnumSet a -> [a]bitwise-enum Data.Enum.Set O(n). Convert the set to a list of values.
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.
IndexList :: NonEmpty IndexName -> IndexSelectionbloodhound Database.Bloodhound.Client.Cluster No documentation available.
NodeList :: NonEmpty NodeSelector -> NodeSelectionbloodhound Database.Bloodhound.Client.Cluster No documentation available.